chore: new config data and cidr storage update

This commit is contained in:
Rekryt
2024-10-17 14:35:36 +03:00
parent 62cceae6bd
commit 937f21c41b
27 changed files with 2380 additions and 76 deletions

View File

@@ -59,9 +59,12 @@
],
"timeout": 3600,
"ip4": [
"104.83.4.115",
"104.83.4.81",
"112.213.89.38",
"13.107.42.14",
"13.107.43.14",
"152.199.21.118",
"157.240.0.13",
"157.240.0.14",
"157.240.0.16",
@@ -169,6 +172,21 @@
"185.60.218.24",
"185.60.218.35",
"185.60.218.8",
"2.18.79.133",
"2.18.79.141",
"2.19.204.123",
"2.19.204.138",
"2.23.154.10",
"2.23.154.19",
"2.23.154.25",
"2.23.154.27",
"2.23.154.32",
"2.23.154.41",
"212.95.165.19",
"212.95.165.42",
"212.95.165.43",
"212.95.165.48",
"212.95.165.9",
"31.13.69.35",
"31.13.71.1",
"31.13.71.3",
@@ -192,7 +210,11 @@
"57.144.120.1",
"57.144.120.128",
"57.144.120.141",
"57.144.120.144"
"57.144.120.144",
"88.221.132.35",
"88.221.132.43",
"95.101.75.40",
"95.101.75.49"
],
"ip6": [
"2401:db00:10ff:ff34:face:b00c:0:75c6",
@@ -201,7 +223,39 @@
"2401:db00:21ff:ff43:face:b00c:0:75c6",
"2401:db00:30ff:ff2c:face:b00c:0:75c6",
"2401:db00:ff:ff4f:face:b00c:0:75c6",
"2606:2800:233:6a53:4ac1:3bc8:ee4e:5990",
"2620:1ec:21::14",
"2a02:26f0:11a::217:9a13",
"2a02:26f0:11a::217:9a20",
"2a02:26f0:11a::217:9a70",
"2a02:26f0:11a::217:9a73",
"2a02:26f0:11a::217:9a8a",
"2a02:26f0:11a::6867:4832",
"2a02:26f0:11a::6867:4860",
"2a02:26f0:4600::213:cc2b",
"2a02:26f0:4600::213:cc31",
"2a02:26f0:7100::1720:ee10",
"2a02:26f0:7100::1720:ee38",
"2a02:26f0:98::58dd:844b",
"2a02:26f0:98::58dd:8458",
"2a02:26f0:ab00::b819:320b",
"2a02:26f0:ab00::b819:3213",
"2a02:26f0:d200::48f7:b653",
"2a02:26f0:d200::48f7:b662",
"2a02:26f0:d200::6855:f970",
"2a02:26f0:d200::6855:f973",
"2a02:26f0:dc::6853:48a",
"2a02:26f0:dc::6853:48b",
"2a02:26f0:de::217:9b50",
"2a02:26f0:de::217:9b53",
"2a02:26f0:de::5f65:146a",
"2a02:26f0:de::5f65:1479",
"2a02:26f0:f700:e::5f65:4b42",
"2a02:26f0:f700:e::5f65:4b4c",
"2a02:26f0:f700:e::5f65:4b4d",
"2a02:26f0:f700:e::5f65:4b5d",
"2a02:26f0:f700:e::5f65:4b62",
"2a02:26f0:f700:e::5f65:4b76",
"2a03:2880:f007:13:face:b00c:0:1823",
"2a03:2880:f007:1:face:b00c:0:1",
"2a03:2880:f007:1a:face:b00c:0:2b80",
@@ -315,6 +369,7 @@
"2a03:2880:f33c:80:face:b00c:0:3"
],
"cidr4": [
"104.64.0.0/10",
"110.239.224.0/19",
"110.240.0.0/12",
"111.0.0.0/8",
@@ -328,14 +383,27 @@
"13.104.0.0/14",
"13.64.0.0/11",
"13.96.0.0/13",
"152.176.0.0/12",
"152.192.0.0/13",
"157.240.0.0/16",
"185.60.216.0/22",
"2.18.64.0/20",
"2.19.204.0/22",
"2.23.144.0/20",
"212.95.165.0/26",
"31.13.64.0/18",
"57.0.0.0/8"
"57.0.0.0/8",
"88.221.128.0/21",
"95.101.72.0/22"
],
"cidr6": [
"2401:db00::/64",
"2606:2800::/64",
"2620:1ec::/64",
"2a02:26f0:7100::/64",
"2a02:26f0::/64",
"2a02:26f0:ab00::/64",
"2a02:26f0:f700::/64",
"2a03:2880::/64"
],
"external": {

View File

@@ -220,6 +220,7 @@
"2a03:2880:f207:e6:face:b00c:0:6e2e",
"2a03:2880:f20a:c4:face:b00c:0:43fe",
"2a03:2880:f20a:e5:face:b00c:0:4420",
"2a03:2880:f211:1e6:face:b00c:0:4420",
"2a03:2880:f213:ca:face:b00c:0:43fe",
"2a03:2880:f213:e4:face:b00c:0:4420",
"2a03:2880:f213:e6:face:b00c:0:6e2e",

View File

@@ -25,8 +25,11 @@
"104.83.4.81",
"104.83.5.200",
"104.83.5.201",
"104.83.5.210",
"104.83.5.211",
"104.83.5.27",
"104.83.5.48",
"104.83.5.50",
"108.174.10.20",
"108.174.10.24",
"13.107.42.14",
@@ -106,10 +109,13 @@
"2.19.204.49",
"2.23.154.10",
"2.23.154.16",
"2.23.154.18",
"2.23.154.19",
"2.23.154.24",
"2.23.154.25",
"2.23.154.27",
"2.23.154.32",
"2.23.154.33",
"2.23.154.35",
"2.23.154.41",
"2.23.154.9",
@@ -411,6 +417,10 @@
"2a02:26f0:de::5f65:146b",
"2a02:26f0:de::5f65:1478",
"2a02:26f0:de::5f65:1479",
"2a02:26f0:de::5f65:16db",
"2a02:26f0:de::5f65:16e1",
"2a02:26f0:de::5f65:16e2",
"2a02:26f0:de::5f65:16e3",
"2a02:26f0:ee00::216:f1b1",
"2a02:26f0:ee00::216:f1c2",
"2a02:26f0:ee00::216:f1da",
@@ -429,9 +439,11 @@
"2a02:26f0:f700:d::212:4f44",
"2a02:26f0:f700:d::212:4f45",
"2a02:26f0:f700:d::212:4f46",
"2a02:26f0:f700:d::212:4f53",
"2a02:26f0:f700:d::212:4f5b",
"2a02:26f0:f700:d::212:4f61",
"2a02:26f0:f700:d::212:4f62",
"2a02:26f0:f700:d::212:4f63",
"2a02:26f0:f700:d::212:4f69",
"2a02:26f0:f700:d::212:4f6b",
"2a02:26f0:f700:d::212:4f78",

View File

@@ -16,11 +16,29 @@
"ip4": [
"162.159.152.17",
"162.159.153.247",
"3.208.221.226",
"3.209.128.254",
"3.213.23.45",
"3.222.164.93",
"3.223.166.62",
"3.223.19.182",
"3.224.149.25",
"3.224.15.159",
"3.224.151.155",
"3.224.161.236",
"3.224.18.44",
"3.224.253.171",
"3.224.30.102",
"3.224.35.71",
"3.224.78.46",
"3.225.125.47",
"3.225.199.216",
"3.225.223.159",
"3.225.241.153",
"3.93.41.49",
"34.205.151.61",
"35.153.153.47",
"35.153.26.5",
"35.170.121.31",
"44.213.230.230",
"44.215.250.80",
@@ -140,7 +158,8 @@
"54.198.94.111",
"54.204.42.244",
"54.208.72.110",
"54.221.38.40"
"54.221.38.40",
"54.227.247.66"
],
"ip6": [],
"cidr4": [
@@ -168,7 +187,8 @@
"54.192.0.0/12",
"54.208.0.0/13",
"54.216.0.0/14",
"54.220.0.0/15"
"54.220.0.0/15",
"54.224.0.0/11"
],
"cidr6": [],
"external": {

File diff suppressed because it is too large Load Diff