Added DOT_PRIVATE_ADDRESS environment variable

This commit is contained in:
Quentin McGaw (desktop)
2020-02-08 21:28:33 +00:00
parent 0264f8726a
commit a76aa5276d
5 changed files with 13 additions and 11 deletions

View File

@@ -23,6 +23,7 @@ type ParamsReader interface {
GetDNSSurveillanceBlocking() (blocking bool, err error)
GetDNSAdsBlocking() (blocking bool, err error)
GetDNSUnblockedHostnames() (hostnames []string, err error)
GetDNSOverTLSPrivateAddresses() (privateAddresses []string)
// Firewall getters
GetExtraSubnets() (extraSubnets []net.IPNet, err error)