Personal DNS Config
Personal DNS Config
Personal DNS Config
# detectDNS = true|false.
# if true, the DNS servers will be detected if possible.
# if false, the DNS Servers will be taken from the fallbackDNS setting below.
detectDNS = true
# IP Version Support
ipVersionSupport = 4,6
# enableLocalResolver = true|false
# when enabled, up stream DNS will only be called in case IP cannot be resolved
locally,
# either via filter or custom IP mapping (via ">host" entries in additionalHosts
file).
# Custom IP mapping requires "enableLocalResolver = true".
enableLocalResolver = true
# DNS proxy port used on non android version (e.g. on linux or windows computer)
# Note: On Android allways port 5300 is used and port 53 is forwarded in root mode
dnsProxyPortNonAndroid = 53
enableTrafficLog = true
trafficLogName = trafficlog
trafficLogSize = 1048576
trafficLogSlotCount = 2
# filterHostsFile - file path of filter hosts text file containing hosts which are
filtered.
# comment in case you want to disable filtering!
filterHostsFile = FILTERHOSTS.TXT
# filterActive = true|false
# when false, filtering is disabled
filterActive = true
# reloadIntervalDays - specifies the number of days, after the filter gets updated
when configured.
reloadIntervalDays = 1
# dumpDNSPerfInfo - dump DNS speed test result into live log when testing DNS speed
dumpDNSPerfInfo = false
# useActionMenuFallback - set this to true in case your device does not support
custom action menus (e.g. Xiaomi)
useActionMenuFallback = false
# forceAndroidDisplayMode = none|portrait|landscape
forceAndroidDisplayMode = none