Improve network history setting
This commit is contained in:
@@ -23,11 +23,11 @@ var (
|
|||||||
askTimeout config.IntOption
|
askTimeout config.IntOption
|
||||||
|
|
||||||
CfgOptionPermanentVerdictsKey = "filter/permanentVerdicts"
|
CfgOptionPermanentVerdictsKey = "filter/permanentVerdicts"
|
||||||
cfgOptionPermanentVerdictsOrder = 96
|
cfgOptionPermanentVerdictsOrder = 80
|
||||||
permanentVerdicts config.BoolOption
|
permanentVerdicts config.BoolOption
|
||||||
|
|
||||||
CfgOptionDNSQueryInterceptionKey = "filter/dnsQueryInterception"
|
CfgOptionDNSQueryInterceptionKey = "filter/dnsQueryInterception"
|
||||||
cfgOptionDNSQueryInterceptionOrder = 97
|
cfgOptionDNSQueryInterceptionOrder = 81
|
||||||
dnsQueryInterception config.BoolOption
|
dnsQueryInterception config.BoolOption
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -104,11 +104,13 @@ var (
|
|||||||
cfgOptionDisableAutoPermit config.IntOption // security level option
|
cfgOptionDisableAutoPermit config.IntOption // security level option
|
||||||
cfgOptionDisableAutoPermitOrder = 65
|
cfgOptionDisableAutoPermitOrder = 65
|
||||||
|
|
||||||
// Setting "Permanent Verdicts" at order 96.
|
// Setting "Permanent Verdicts" at order 80.
|
||||||
|
|
||||||
CfgOptionEnableHistoryKey = "history/enabled"
|
// Network History.
|
||||||
|
|
||||||
|
CfgOptionEnableHistoryKey = "history/enable"
|
||||||
cfgOptionEnableHistory config.BoolOption
|
cfgOptionEnableHistory config.BoolOption
|
||||||
cfgOptionEnableHistoryOrder = 66
|
cfgOptionEnableHistoryOrder = 96
|
||||||
|
|
||||||
// Setting "Enable SPN" at order 128.
|
// Setting "Enable SPN" at order 128.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user