Add an option to disable IPv6, this option is available to client only

This commit is contained in:
Star Brilliant
2018-05-27 21:00:13 +08:00
parent cf94354b08
commit a58607dc3d
3 changed files with 24 additions and 6 deletions
+1
View File
@@ -37,6 +37,7 @@ type config struct {
Timeout uint `toml:"timeout"`
NoCookies bool `toml:"no_cookies"`
NoECS bool `toml:"no_ecs"`
NoIPv6 bool `toml:"no_ipv6"`
Verbose bool `toml:"verbose"`
}