We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6908174 commit 1c3faf6Copy full SHA for 1c3faf6
1 file changed
dnscrypt-proxy/plugin_block_name.go
@@ -145,6 +145,7 @@ func (plugin *PluginBlockName) PrepareReload() error {
145
patternMatcher: NewPatternMatcher(),
146
logger: currentBlockedNames.logger,
147
format: currentBlockedNames.format,
148
+ ipCryptConfig: currentBlockedNames.ipCryptConfig,
149
}
150
151
// Load rules into staging structure
0 commit comments