Improve network history setting

This commit is contained in:
Daniel
2023-07-21 16:06:21 +02:00
parent 07f4253e0b
commit daa33c1a88
2 changed files with 7 additions and 5 deletions

View File

@@ -23,11 +23,11 @@ var (
askTimeout config.IntOption
CfgOptionPermanentVerdictsKey = "filter/permanentVerdicts"
cfgOptionPermanentVerdictsOrder = 96
cfgOptionPermanentVerdictsOrder = 80
permanentVerdicts config.BoolOption
CfgOptionDNSQueryInterceptionKey = "filter/dnsQueryInterception"
cfgOptionDNSQueryInterceptionOrder = 97
cfgOptionDNSQueryInterceptionOrder = 81
dnsQueryInterception config.BoolOption
)