You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@
41
41
-[Supported arguments](#supported-arguments)
42
42
-[Run from source code](#run-from-source-code)
43
43
-[Building the executable](#building-the-executable)
44
-
-[Running in Docker](#running-in-docker)
44
+
-[Run in Docker](#run-in-docker)
45
45
-[FAQ](#faq)
46
46
-[Star History](#star-history)
47
47
@@ -172,7 +172,7 @@ options:
172
172
173
173
## Run from source code
174
174
175
-
1) Make sure you have Python 3.9 or higher installed. No third-party libraries are required
175
+
1) Make sure you have Python 3.7 or higher installed. No third-party libraries are required
176
176
2) Clone the repository `git clone https://github.com/GVCoder09/NoDPI.git` or [download the archive](https://github.com/GVCoder09/NoDPI/archive/refs/heads/main.zip) with the source code and unzip it
177
177
3) Go to the main directory and run the code with the command `python src/main.py`
178
178
4) In the browser or system settings, set the proxy to 127.0.0.1:8881
@@ -182,18 +182,33 @@ You can enable error or access logging using parameters `--log_error` and `--log
182
182
183
183
## Building the executable
184
184
185
-
1) Make sure you have Python 3.9 or higher installed.
185
+
1) Make sure you have Python 3.7 or higher installed.
186
186
2) Install pyinstaller: `pip install pyinstaller`
187
187
3) Clone the repository `git clone https://github.com/GVCoder09/NoDPI.git` or [download the archive](https://github.com/GVCoder09/NoDPI/archive/refs/heads/main.zip) with the source code and unzip it
188
188
4) Go to the main directory and run the command `pyinstaller ./nodpi.spec`
189
189
5) The compiled file will be located in ist folder `./dist`
190
190
191
-
## Running in Docker
191
+
## Run in Docker
192
192
193
193
1)[Install Docker](https://docs.docker.com/).
194
194
2) Clone the repository: `git clone https://github.com/GVCoder09/NoDPI`
195
-
3) Navigate to the project directory and build the container: `cd NoDPI && docker build -t nodpi .`
196
-
4) Run the container with the command: `docker run -d -p 127.0.0.1:8881:8881 -v /path/to/blacklists/:/blacklists:ro nodpi`, where `/path/to/blacklists/` is the path to the blacklist files.
195
+
3) Navigate to the project directory and build the container:
Copy file name to clipboardExpand all lines: README.ru.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ options:
171
171
172
172
## Запуск из исходного кода
173
173
174
-
1) Убедитесь, что у вас установлен Python 3.9 или выше. Сторонние библиотеки не требуются.
174
+
1) Убедитесь, что у вас установлен Python 3.8 или выше. Сторонние библиотеки не требуются.
175
175
2) Склонируйте репозиторий `git clone https://github.com/GVCoder09/NoDPI.git` или [скачайте архив](https://github.com/GVCoder09/NoDPI/archive/refs/heads/main.zip) с исходным кодом и распакуйте его.
176
176
3) Перейдите в корневой каталог и запустите код командой `python src/main.py`.
177
177
4) В настройках браузера или системы установите прокси-сервер на 127.0.0.1:8881.
@@ -181,7 +181,7 @@ options:
181
181
182
182
## Сборка исполняемого файла
183
183
184
-
1) Убедитесь, что у вас установлен Python 3.9 или выше.
184
+
1) Убедитесь, что у вас установлен Python 3.8 или выше.
3) Клонируйте репозиторий `git clone https://github.com/GVCoder09/NoDPI.git` или [скачайте архив](https://github.com/GVCoder09/NoDPI/archive/refs/heads/main.zip) с исходным кодом и распакуйте его.
187
187
4) Перейдите в корневой каталог и выполните команду `pyinstaller ./nodpi.spec`
3) Перейдите в каталог проекта и соберите контейнер: `cd NoDPI && docker build -t nodpi .`
195
-
4) Запустите контейнер командой: `docker run -d -p 127.0.0.1:8881:8881 -v /path/to/blacklists/:/blacklists:ro nodpi`, где `/path/to/blacklists/` — это путь к файлам чёрного списка.
194
+
3) Перейдите в каталог проекта и соберите контейнер:
0 commit comments