{
    "dnsServers": ["1.1.1.1", "8.8.8.8"],
    "selfCheckServices": [
        {
            "url": "http://hfstest.rejetto.com/v3?url=$URL",
            "headers": {"User-Agent": "HFS"},
            "regexpFailure": "\"error\"",
            "regexpSuccess": "\"good\""
        }
    ],
    "selfCheckServices_disabled": [
        {
            "url": "https://rejetto-check_hfs.web.val.run?url=$URL",
            "regexpFailure": "false",
            "regexpSuccess": "true"
        },
        {
            "url": "https://byhmniehcu2jzoeododjam6i5a0yszsf.lambda-url.eu-central-1.on.aws/?url=$URL",
            "regexpFailure": "false",
            "regexpSuccess": "true"
        }
    ],
    "publicIpServices": [
        "http://ipv4.icanhazip.com",
        { "v": 6, "type": "http", "url": "http://ipv6.icanhazip.com" },
        {
            "v": 4, "type": "dns",
            "ips": ["208.67.222.222", "208.67.220.220"],
            "name": "myip.opendns.com", "dnsRecord": "A"
        },
        {
            "v": 4, "type": "dns",
            "ips": ["216.239.32.10", "216.239.34.10", "216.239.36.10", "216.239.38.10"],
            "name": "o-o.myaddr.l.google.com", "dnsRecord": "TXT"
        },
        {
            "v": 6, "type": "dns",
            "ips": ["2620:0:ccc::2", "2620:0:ccd::2"],
            "name": "myip.opendns.com", "dnsRecord": "AAAA"
        },
        {
            "v": 6, "type": "dns",
            "ips": ["2001:4860:4802:32::a", "2001:4860:4802:34::a", "2001:4860:4802:36::a", "2001:4860:4802:38::a"],
            "name": "o-o.myaddr.l.google.com", "dnsRecord": "TXT"
        }
    ],
    "byVersion": {
        "0.56.0-rc8": {
            "alert": "This version is buggy. Click check-for-updates and install rc7."
        },
        "^3\\.(0\\.[2-7]|1\\.0-(alpha\\d+|beta\\d+|rc7))$": {
            "alert": "This version is dangerous – please update"
        }
    }
}
