chore: new config data and cidr storage update

This commit is contained in:
Rekryt
2024-09-14 09:59:14 +03:00
parent cd2fc8d4b0
commit fb6f09ff04
60 changed files with 11424 additions and 7 deletions

View File

@@ -0,0 +1,89 @@
{
"domains": [
"radio.svoboda.org",
"ssc.svoboda.org",
"svoboda.org",
"tags.svoboda.org",
"www.svoboda.org"
],
"dns": [
"127.0.0.11:53",
"77.88.8.88:53",
"8.8.8.8:53",
"1.1.1.1:53"
],
"timeout": 3600,
"ip4": [
"104.83.4.56",
"104.83.4.57",
"104.96.160.249",
"108.157.214.111",
"108.157.214.18",
"108.157.214.72",
"108.157.214.80",
"18.165.61.105",
"18.165.61.117",
"18.165.61.118",
"18.165.61.128",
"2.20.45.24",
"2.20.45.3",
"2.21.239.164",
"23.49.108.32",
"3.165.206.117",
"3.165.206.57",
"3.165.206.76",
"3.165.206.85",
"63.140.36.145",
"63.140.36.51",
"63.140.37.126",
"63.140.37.145",
"63.140.37.158",
"63.140.37.206",
"63.140.37.244",
"63.140.37.33",
"63.140.62.17",
"63.140.62.222",
"63.140.62.27",
"80.239.150.41",
"80.239.150.57"
],
"ip6": [
"2a02:26f0:9500:1c::1749:2ca",
"2a02:26f0:9500:1c::1749:2d6",
"2a02:26f0:9c00:186::3e9",
"2a02:26f0:9c00:1b7::3e9",
"2a02:26f0:dc::6853:438",
"2a02:26f0:dc::6853:439",
"2a02:26f0:e2:687::3e9",
"2a02:26f0:e2:68e::3e9",
"2a02:26f0:fa00:588::3e9",
"2a02:26f0:fa00:58d::3e9",
"2a02:26f0:fa00::213:c133",
"2a02:26f0:fa00::213:c169"
],
"cidr4": [
"104.64.0.0/10",
"108.156.0.0/14",
"18.128.0.0/9",
"18.32.0.0/11",
"18.64.0.0/10",
"2.20.45.0/24",
"2.21.236.0/22",
"23.32.0.0/11",
"23.64.0.0/14",
"3.128.0.0/9",
"63.140.32.0/19",
"80.239.150.0/25"
],
"cidr6": [
"2a02:26f0:9500::/64",
"2a02:26f0::/64"
],
"external": {
"domains": [],
"ip4": [],
"ip6": [],
"cidr4": [],
"cidr6": []
}
}