mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
fix: nil pointer for StringArray
This commit is contained in:
parent
7f27c1ad43
commit
ab4d6819c7
@ -47,6 +47,7 @@ try lower values if the default value doesn't bypass the DPI;
|
||||
when not given, the client hello packet will be sent in two parts:
|
||||
fragmentation for the first data packet and the rest
|
||||
`)
|
||||
args.AllowedPattern = new(StringArray)
|
||||
args.Version = flag.Bool("v", false, "print spoof-dpi's version; this may contain some other relevant information")
|
||||
|
||||
flag.Var(
|
||||
|
Loading…
Reference in New Issue
Block a user