You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.6 KiB

{
"Urls": "http://192.168.1.2:80",
"Blocky": {
"LoadDefaultSetup": true, /* If enabled the default Blocky Setup blocking list will be downloaded */
"ListenV4": "192.168.1.2",
"ResolveV4": "192.168.1.2",
"RouterDomain": "EonaCatDomain", /* Some urls end in your router's domainName, this will strip them */
"LocalV6": "::1",
"ResolveV6": "::1",
"IsV6enabled": true,
"Port": "80",
"Scheme": "http",
"WebInterface": "192.168.1.2",
"WebServerPort": 9999,
"RedirectionAddress": "",
"DnsPort": 53,
"CreateMasterFileOnBoot": true,
"HideVersion": false,
"IsCacheDisabled": false,
"IsMultiCastEnabled": false,
"PartialLookupName": false,
"LogBlockedClients": true,
"StatsRefreshIntervalInMinutes": 30,
"ResolveOverDoh": true,
"ContinueWhenDohFails": true,
"IgnoreWpadRequests": true,
"IgnoreArpaRequests": true,
"IncludeRawInLogTable": true,
"ProgressToConsole": false,
"DontCacheList": [
"www-www.bing.com.trafficmanager.net"
],
"DNSServers": [
"8.8.8.8",
"8.8.4.4",
"8.26.56.26",
"84.200.70.40",
"209.244.0.4",
"208.67.222.222",
"64.6.65.6"
],
"DNSServersV6": [
"fe80::e675:dcff:fea5:3ada%8"
],
"DoHServers": [
"https://dns.quad9.net/dns-query",
"https://cloudflare-dns.com/dns-query"
],
"LogLevel": "DEBUG"
},
"Logging": {
"IncludeScopes": false,
"File": {
"LogLevel": {
"Default": "Information"
}
}
},
"FileLoggingOptions": {
"FileName": "blockyWeb",
"FileSizeLimit": 1048576
},
"AllowedHosts": "*"
}