mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
update readme
This commit is contained in:
parent
204d18d5d5
commit
53a2e883f5
@ -70,6 +70,8 @@ Usage: spoof-dpi [options...]
|
||||
bypass DPI only on packets matching this regex pattern
|
||||
-port int
|
||||
port (default 8080)
|
||||
-system-proxy
|
||||
enable system-wide proxy (default true)
|
||||
-timeout int
|
||||
timeout in milliseconds. no timeout when not given
|
||||
-url value
|
||||
|
@ -67,6 +67,8 @@ Usage: spoof-dpi [options...]
|
||||
bypass DPI only on packets matching this regex pattern
|
||||
-port int
|
||||
port (default 8080)
|
||||
-system-proxy
|
||||
enable system-wide proxy (default true)
|
||||
-timeout int
|
||||
timeout in milliseconds. no timeout when not given
|
||||
-url value
|
||||
|
@ -67,6 +67,8 @@ Usage: spoof-dpi [options...]
|
||||
bypass DPI only on packets matching this regex pattern
|
||||
-port int
|
||||
port (default 8080)
|
||||
-system-proxy
|
||||
enable system-wide proxy (default true)
|
||||
-timeout int
|
||||
timeout in milliseconds. no timeout when not given
|
||||
-url value
|
||||
|
@ -70,6 +70,8 @@ curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bas
|
||||
bypass DPI only on packets matching this regex pattern
|
||||
-port int
|
||||
port (default 8080)
|
||||
-system-proxy
|
||||
enable system-wide proxy (default true)
|
||||
-timeout int
|
||||
timeout in milliseconds. no timeout when not given
|
||||
-url value
|
||||
|
@ -73,6 +73,8 @@ Usage: spoof-dpi [options...]
|
||||
bypass DPI only on packets matching this regex pattern
|
||||
-port int
|
||||
port (default 8080)
|
||||
-system-proxy
|
||||
enable system-wide proxy (default true)
|
||||
-timeout int
|
||||
timeout in milliseconds. no timeout when not given
|
||||
-url value
|
||||
|
@ -19,7 +19,7 @@ type Config struct {
|
||||
EnableDoh *bool
|
||||
Debug *bool
|
||||
NoBanner *bool
|
||||
SystemProxy *bool
|
||||
SystemProxy *bool
|
||||
Timeout *int
|
||||
AllowedPattern *regexp.Regexp
|
||||
AllowedUrls *regexp.Regexp
|
||||
|
Loading…
Reference in New Issue
Block a user