mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-06 01:37:12 +01:00
Clear ServerName for -list-all
Suggested by @glitsj16, thanks! Fixes #71
This commit is contained in:
parent
bf56644a49
commit
e4e351b854
@ -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…
Reference in New Issue
Block a user