mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-07 01:41:22 +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
|
proxy.allWeeklyRanges = allWeeklyRanges
|
||||||
|
|
||||||
if *listAll {
|
if *listAll {
|
||||||
|
config.ServerNames = nil
|
||||||
config.SourceRequireDNSSEC = false
|
config.SourceRequireDNSSEC = false
|
||||||
config.SourceRequireNoFilter = false
|
config.SourceRequireNoFilter = false
|
||||||
config.SourceRequireNoLog = false
|
config.SourceRequireNoLog = false
|
||||||
|
Loading…
Reference in New Issue
Block a user