File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,9 @@ Please report any problems and malfunctions to us on [the Issues page](https://g
104104
105105## Supported arguments / Поддерживаемые аргументы командной строки
106106```
107- usage: nodpi [-h] [--host HOST] [--port PORT] [--blacklist BLACKLIST]
108- [--log_access LOG_ACCESS] [--log_error LOG_ERROR] [--no_blacklist]
107+ usage: nodpi [-h] [--host HOST] [--port PORT]
108+ [--blacklist BLACKLIST | --no_blacklist]
109+ [--log_access LOG_ACCESS] [--log_error LOG_ERROR]
109110 [-q] [-v] [--install | --uninstall]
110111
111112options:
@@ -114,11 +115,11 @@ options:
114115 --port PORT Proxy port
115116 --blacklist BLACKLIST
116117 Path to blacklist file
118+ --no_blacklist Use fragmentation for all domains
117119 --log_access LOG_ACCESS
118120 Path to the access control log
119121 --log_error LOG_ERROR
120122 Path to log file for errors
121- --no_blacklist Use fragmentation for all domains
122123 -q, --quiet Remove UI output
123124 -v, --verbose Show more info (only for devs)
124125 --install Add proxy to Windows autostart (only for EXE)
You can’t perform that action at this time.
0 commit comments