main
json 57 lines 1.9 KB
Raw
1 {
2 "dnsServers": ["1.1.1.1", "8.8.8.8"],
3 "selfCheckServices": [
4 {
5 "url": "https://hfstest-fkchzspt7q-ew.a.run.app?url=$URL",
6 "regexpFailure": "false",
7 "regexpSuccess": "true"
8 }
9 ],
10 "selfCheckServices_disabled": [
11 {
12 "url": "https://rejetto-check_hfs.web.val.run?url=$URL",
13 "regexpFailure": "false",
14 "regexpSuccess": "true"
15 },
16 {
17 "url": "https://byhmniehcu2jzoeododjam6i5a0yszsf.lambda-url.eu-central-1.on.aws/?url=$URL",
18 "regexpFailure": "false",
19 "regexpSuccess": "true"
20 },
21 {
22 "url": "http://hfstest.rejetto.com/v3?url=$URL",
23 "headers": {"User-Agent": "HFS"},
24 "regexpFailure": "\"error\"",
25 "regexpSuccess": "\"good\""
26 }
27 ],
28 "publicIpServices": [
29 "http://ipv4.icanhazip.com",
30 { "v": 6, "type": "http", "url": "http://ipv6.icanhazip.com" },
31 {
32 "v": 4, "type": "dns",
33 "ips": ["208.67.222.222", "208.67.220.220"],
34 "name": "myip.opendns.com", "dnsRecord": "A"
35 },
36 {
37 "v": 4, "type": "dns",
38 "ips": ["216.239.32.10", "216.239.34.10", "216.239.36.10", "216.239.38.10"],
39 "name": "o-o.myaddr.l.google.com", "dnsRecord": "TXT"
40 },
41 {
42 "v": 6, "type": "dns",
43 "ips": ["2620:0:ccc::2", "2620:0:ccd::2"],
44 "name": "myip.opendns.com", "dnsRecord": "AAAA"
45 },
46 {
47 "v": 6, "type": "dns",
48 "ips": ["2001:4860:4802:32::a", "2001:4860:4802:34::a", "2001:4860:4802:36::a", "2001:4860:4802:38::a"],
49 "name": "o-o.myaddr.l.google.com", "dnsRecord": "TXT"
50 }
51 ],
52 "byVersion": {
53 "^(0\\..*|3\\.[01]\\..*|3\\.2\\.0.*)$": {
54 "alert": "This version is dangerous – please update"
55 }
56 }
57 }