Fix linter errors

This commit is contained in:
Daniel
2023-12-01 13:19:03 +01:00
parent cf508dcd34
commit c2da5268b9
3 changed files with 4 additions and 36 deletions

View File

@@ -143,22 +143,6 @@ var (
// Setting "DNS Exit Node Rules" at order 148.
)
// A list of all security level settings.
var securityLevelSettings = []string{
CfgOptionBlockScopeInternetKey,
CfgOptionBlockScopeLANKey,
CfgOptionBlockScopeLocalKey,
CfgOptionBlockP2PKey,
CfgOptionBlockInboundKey,
CfgOptionFilterSubDomainsKey,
CfgOptionFilterCNAMEKey,
CfgOptionRemoveOutOfScopeDNSKey,
CfgOptionRemoveBlockedDNSKey,
CfgOptionDomainHeuristicsKey,
CfgOptionPreventBypassingKey,
CfgOptionDisableAutoPermitKey,
}
var (
// SPNRulesQuickSettings are now generated automatically shorty after start.
SPNRulesQuickSettings = []config.QuickSetting{