mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-05-25 20:44:17 +00:00
Add an option to disable IPv6, this option is available to client only
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user