mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 06:37:36 +03:00
Capitalize
This commit is contained in:
parent
c8d099735b
commit
03746b76bf
3 changed files with 16 additions and 16 deletions
|
@ -136,7 +136,7 @@ func (proxy *Proxy) InitPluginsGlobals() error {
|
|||
*responsePlugins = append(*responsePlugins, Plugin(new(PluginBlockIP)))
|
||||
}
|
||||
if len(proxy.dns64Resolvers) != 0 || len(proxy.dns64Prefixes) != 0 {
|
||||
*responsePlugins = append(*responsePlugins, Plugin(new(PluginDns64)))
|
||||
*responsePlugins = append(*responsePlugins, Plugin(new(PluginDNS64)))
|
||||
}
|
||||
if proxy.cache {
|
||||
*responsePlugins = append(*responsePlugins, Plugin(new(PluginCacheResponse)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue