mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
parent
5c911ad2aa
commit
82f78ef4fa
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ func ConfigLoad(proxy *Proxy, flags *ConfigFlags) error {
|
|||
// Backwards compatibility
|
||||
config.BrokenImplementations.FragmentsBlocked = append(config.BrokenImplementations.FragmentsBlocked, config.BrokenImplementations.BrokenQueryPadding...)
|
||||
|
||||
proxy.serversBlockingFragments = config.BrokenImplementations.BrokenQueryPadding
|
||||
proxy.serversBlockingFragments = config.BrokenImplementations.FragmentsBlocked
|
||||
|
||||
if *flags.ListAll {
|
||||
config.ServerNames = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue