mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 06:37:36 +03:00
Clear ServerName for -list-all
Suggested by @glitsj16, thanks! Fixes #71
This commit is contained in:
parent
bf56644a49
commit
e4e351b854
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ func ConfigLoad(proxy *Proxy, svcFlag *string) error {
|
|||
proxy.allWeeklyRanges = allWeeklyRanges
|
||||
|
||||
if *listAll {
|
||||
config.ServerNames = nil
|
||||
config.SourceRequireDNSSEC = false
|
||||
config.SourceRequireNoFilter = false
|
||||
config.SourceRequireNoLog = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue