parent
7e5d6c35f0
commit
c5d832464d
@ -279,6 +279,8 @@ return baseclass.extend({
|
||||
if (section_id) {
|
||||
if (!value)
|
||||
return _('Expecting: %s').format(_('non-empty value'));
|
||||
if (ucioption === 'node' && value === 'urltest')
|
||||
return true;
|
||||
|
||||
var duplicate = false;
|
||||
uci.sections(uciconfig, ucisection, (res) => {
|
||||
|
@ -381,6 +381,7 @@ return view.extend({
|
||||
so.value('urltest', _('URLTest'));
|
||||
for (var i in proxy_nodes)
|
||||
so.value(i, proxy_nodes[i]);
|
||||
so.validate = L.bind(hp.validateUniqueValue, this, data[0], 'routing_node', 'node');
|
||||
so.editable = true;
|
||||
|
||||
so = ss.option(form.ListValue, 'domain_strategy', _('Domain strategy'),
|
||||
@ -431,6 +432,7 @@ return view.extend({
|
||||
return true;
|
||||
}
|
||||
so.depends({'node': 'urltest', '!reverse': true});
|
||||
so.editable = true;
|
||||
|
||||
so = ss.option(hp.CBIStaticList, 'urltest_nodes', _('URLTest nodes'),
|
||||
_('List of nodes to test.'));
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
|
||||
config homeproxy 'infra'
|
||||
option __warning 'DO NOT EDIT THIS SECTION, OR YOU ARE ON YOUR OWN!'
|
||||
option common_port '22,53,80,143,443,465,853,873,993,995,8080,8443,9418'
|
||||
option common_port '22,53,80,143,443,465,853,873,993,995,5222,8080,8443,9418'
|
||||
option mixed_port '5330'
|
||||
option redirect_port '5331'
|
||||
option tproxy_port '5332'
|
||||
|
@ -32,7 +32,6 @@
|
||||
5.154.132.0/23
|
||||
5.154.136.0/22
|
||||
5.154.140.0/23
|
||||
5.154.158.0/23
|
||||
5.180.98.0/23
|
||||
5.181.219.0/24
|
||||
8.25.82.0/24
|
||||
@ -48,6 +47,8 @@
|
||||
8.148.0.0/19
|
||||
8.148.32.0/22
|
||||
8.148.36.0/24
|
||||
8.148.43.0/24
|
||||
8.148.64.0/19
|
||||
8.148.128.0/17
|
||||
8.149.0.0/16
|
||||
8.150.0.0/21
|
||||
@ -68,7 +69,6 @@
|
||||
16.2.142.0/23
|
||||
23.0.0.0/24
|
||||
23.3.99.0/24
|
||||
23.26.132.0/24
|
||||
23.48.160.0/24
|
||||
23.53.220.0/24
|
||||
23.54.75.0/24
|
||||
@ -77,10 +77,11 @@
|
||||
23.61.203.0/24
|
||||
23.63.29.0/24
|
||||
23.63.98.0/23
|
||||
23.151.40.0/24
|
||||
23.166.168.0/24
|
||||
23.184.136.0/24
|
||||
23.216.52.0/23
|
||||
23.225.71.0/24
|
||||
23.247.128.0/24
|
||||
23.247.130.0/24
|
||||
24.233.0.0/19
|
||||
27.0.128.0/24
|
||||
27.0.130.0/23
|
||||
@ -156,6 +157,7 @@
|
||||
36.213.128.0/18
|
||||
36.213.192.0/21
|
||||
36.213.200.0/22
|
||||
36.213.204.0/23
|
||||
36.248.0.0/14
|
||||
36.255.116.0/22
|
||||
36.255.128.0/22
|
||||
@ -170,6 +172,8 @@
|
||||
38.47.108.0/23
|
||||
38.47.122.0/23
|
||||
38.55.135.0/24
|
||||
38.71.124.0/24
|
||||
38.71.126.0/24
|
||||
38.77.248.0/24
|
||||
38.95.118.0/23
|
||||
38.95.121.0/24
|
||||
@ -179,6 +183,7 @@
|
||||
38.105.26.0/23
|
||||
38.105.28.0/22
|
||||
38.111.220.0/23
|
||||
38.134.56.0/23
|
||||
38.147.168.0/23
|
||||
38.147.174.0/23
|
||||
38.196.176.0/24
|
||||
@ -212,6 +217,8 @@
|
||||
42.83.132.0/23
|
||||
42.83.134.0/24
|
||||
42.83.144.0/22
|
||||
42.83.189.0/24
|
||||
42.83.190.0/24
|
||||
42.83.200.0/23
|
||||
42.83.255.0/24
|
||||
42.84.0.0/14
|
||||
@ -263,12 +270,11 @@
|
||||
43.193.64.0/24
|
||||
43.196.0.0/16
|
||||
43.224.12.0/22
|
||||
43.224.23.0/24
|
||||
43.224.24.0/22
|
||||
43.224.52.0/23
|
||||
43.224.56.0/22
|
||||
43.224.80.0/22
|
||||
43.224.148.0/23
|
||||
43.224.151.0/24
|
||||
43.224.208.0/22
|
||||
43.224.248.0/23
|
||||
43.225.76.0/22
|
||||
@ -306,7 +312,6 @@
|
||||
43.229.48.0/22
|
||||
43.229.184.0/22
|
||||
43.229.216.0/22
|
||||
43.230.72.0/22
|
||||
43.230.136.0/22
|
||||
43.230.220.0/22
|
||||
43.231.41.0/24
|
||||
@ -442,9 +447,7 @@
|
||||
45.11.76.0/22
|
||||
45.12.88.0/24
|
||||
45.12.90.0/24
|
||||
45.12.185.0/24
|
||||
45.40.192.0/18
|
||||
45.41.8.0/23
|
||||
45.61.200.0/23
|
||||
45.61.224.0/21
|
||||
45.64.74.0/23
|
||||
@ -478,7 +481,8 @@
|
||||
45.119.52.0/22
|
||||
45.119.60.0/22
|
||||
45.119.68.0/22
|
||||
45.119.104.0/22
|
||||
45.119.104.0/23
|
||||
45.119.106.0/24
|
||||
45.119.116.0/22
|
||||
45.120.100.0/22
|
||||
45.120.164.0/22
|
||||
@ -511,16 +515,13 @@
|
||||
45.153.128.0/22
|
||||
45.157.70.0/23
|
||||
45.157.88.0/24
|
||||
45.192.172.0/24
|
||||
45.192.184.0/24
|
||||
45.192.187.0/24
|
||||
45.192.189.0/24
|
||||
45.192.190.0/24
|
||||
45.192.64.0/19
|
||||
45.195.6.0/24
|
||||
45.199.167.0/24
|
||||
45.202.209.0/24
|
||||
45.202.210.0/23
|
||||
45.202.212.0/24
|
||||
45.204.112.0/20
|
||||
45.248.8.0/22
|
||||
45.248.110.0/24
|
||||
45.248.204.0/22
|
||||
@ -581,7 +582,8 @@
|
||||
47.246.24.0/24
|
||||
47.246.26.0/24
|
||||
47.246.28.0/22
|
||||
47.246.36.0/22
|
||||
47.246.36.0/23
|
||||
47.246.38.0/24
|
||||
47.246.41.0/24
|
||||
47.246.42.0/23
|
||||
47.246.44.0/23
|
||||
@ -590,8 +592,7 @@
|
||||
47.246.50.0/24
|
||||
47.246.57.0/24
|
||||
47.246.58.0/24
|
||||
47.246.60.0/23
|
||||
47.246.62.0/24
|
||||
47.246.60.0/22
|
||||
49.4.0.0/18
|
||||
49.4.64.0/19
|
||||
49.4.96.0/21
|
||||
@ -827,7 +828,6 @@
|
||||
69.163.104.0/24
|
||||
69.163.106.0/24
|
||||
69.163.123.0/24
|
||||
69.165.78.0/23
|
||||
69.172.70.0/24
|
||||
69.194.0.0/23
|
||||
69.230.192.0/18
|
||||
@ -841,6 +841,7 @@
|
||||
72.163.240.0/23
|
||||
72.163.248.0/22
|
||||
72.246.47.0/24
|
||||
74.114.51.0/24
|
||||
78.142.195.0/24
|
||||
79.133.176.0/24
|
||||
81.23.208.0/20
|
||||
@ -861,14 +862,6 @@
|
||||
94.191.0.0/17
|
||||
96.7.136.0/23
|
||||
98.96.246.0/23
|
||||
100.43.129.0/24
|
||||
100.43.130.0/23
|
||||
100.43.160.0/24
|
||||
100.43.163.0/24
|
||||
100.43.168.0/23
|
||||
100.43.176.0/24
|
||||
100.43.180.0/24
|
||||
100.43.184.0/24
|
||||
101.1.0.0/22
|
||||
101.2.172.0/22
|
||||
101.4.0.0/14
|
||||
@ -881,7 +874,6 @@
|
||||
101.39.0.0/16
|
||||
101.40.0.0/16
|
||||
101.42.0.0/15
|
||||
101.49.152.0/21
|
||||
101.49.206.0/23
|
||||
101.50.8.0/21
|
||||
101.50.56.0/22
|
||||
@ -891,7 +883,7 @@
|
||||
101.52.112.0/21
|
||||
101.52.124.0/22
|
||||
101.52.128.0/20
|
||||
101.52.204.0/22
|
||||
101.52.200.0/21
|
||||
101.52.212.0/22
|
||||
101.52.216.0/21
|
||||
101.52.232.0/23
|
||||
@ -958,6 +950,7 @@
|
||||
101.240.0.0/14
|
||||
101.245.0.0/23
|
||||
101.245.16.0/23
|
||||
101.245.32.0/21
|
||||
101.246.172.0/22
|
||||
101.246.176.0/20
|
||||
101.248.0.0/15
|
||||
@ -1017,6 +1010,7 @@
|
||||
103.19.232.0/22
|
||||
103.20.32.0/22
|
||||
103.20.112.0/22
|
||||
103.20.128.0/22
|
||||
103.20.248.0/22
|
||||
103.21.116.0/22
|
||||
103.21.140.0/22
|
||||
@ -1057,15 +1051,13 @@
|
||||
103.35.104.0/22
|
||||
103.35.254.0/24
|
||||
103.36.28.0/22
|
||||
103.36.36.0/24
|
||||
103.36.38.0/23
|
||||
103.36.36.0/22
|
||||
103.36.60.0/22
|
||||
103.36.96.0/22
|
||||
103.36.132.0/22
|
||||
103.36.136.0/22
|
||||
103.36.164.0/22
|
||||
103.36.168.0/23
|
||||
103.36.172.0/22
|
||||
103.36.168.0/21
|
||||
103.36.192.0/20
|
||||
103.36.208.0/22
|
||||
103.36.220.0/22
|
||||
@ -1095,7 +1087,6 @@
|
||||
103.40.12.0/22
|
||||
103.40.174.0/23
|
||||
103.40.192.0/22
|
||||
103.40.212.0/22
|
||||
103.40.232.0/22
|
||||
103.40.240.0/20
|
||||
103.41.0.0/22
|
||||
@ -1104,8 +1095,8 @@
|
||||
103.41.232.0/23
|
||||
103.42.8.0/22
|
||||
103.42.76.0/22
|
||||
103.43.132.0/22
|
||||
103.43.175.0/24
|
||||
103.43.133.0/24
|
||||
103.43.134.0/23
|
||||
103.43.184.0/21
|
||||
103.44.56.0/22
|
||||
103.44.80.0/22
|
||||
@ -1182,6 +1173,7 @@
|
||||
103.64.152.0/21
|
||||
103.64.208.0/21
|
||||
103.65.8.0/22
|
||||
103.65.224.0/23
|
||||
103.66.32.0/22
|
||||
103.66.92.0/22
|
||||
103.66.216.0/22
|
||||
@ -1201,7 +1193,7 @@
|
||||
103.72.16.0/20
|
||||
103.72.32.0/20
|
||||
103.72.48.0/21
|
||||
103.72.112.0/23
|
||||
103.72.113.0/24
|
||||
103.72.128.0/21
|
||||
103.72.172.0/24
|
||||
103.73.116.0/22
|
||||
@ -1294,6 +1286,7 @@
|
||||
103.101.180.0/22
|
||||
103.102.196.0/22
|
||||
103.102.200.0/22
|
||||
103.102.213.0/24
|
||||
103.102.214.0/24
|
||||
103.103.12.0/24
|
||||
103.103.36.0/24
|
||||
@ -1312,11 +1305,9 @@
|
||||
103.107.188.0/22
|
||||
103.107.216.0/21
|
||||
103.108.192.0/23
|
||||
103.108.224.0/22
|
||||
103.108.244.0/24
|
||||
103.108.247.0/24
|
||||
103.109.20.0/22
|
||||
103.109.88.0/22
|
||||
103.109.106.0/23
|
||||
103.110.132.0/22
|
||||
103.110.136.0/22
|
||||
@ -1405,7 +1396,7 @@
|
||||
103.143.16.0/22
|
||||
103.143.92.0/23
|
||||
103.143.230.0/23
|
||||
103.143.238.0/24
|
||||
103.143.238.0/23
|
||||
103.144.28.0/24
|
||||
103.144.52.0/23
|
||||
103.144.66.0/23
|
||||
@ -1413,7 +1404,6 @@
|
||||
103.144.108.0/24
|
||||
103.144.148.0/23
|
||||
103.144.158.0/23
|
||||
103.144.245.0/24
|
||||
103.145.42.0/23
|
||||
103.145.60.0/23
|
||||
103.145.90.0/24
|
||||
@ -1431,7 +1421,7 @@
|
||||
103.150.24.0/23
|
||||
103.150.164.0/23
|
||||
103.150.212.0/24
|
||||
103.151.4.0/24
|
||||
103.151.5.0/24
|
||||
103.151.148.0/23
|
||||
103.151.178.0/23
|
||||
103.152.28.0/23
|
||||
@ -1457,6 +1447,7 @@
|
||||
103.163.180.0/24
|
||||
103.164.32.0/23
|
||||
103.164.76.0/23
|
||||
103.165.110.0/23
|
||||
103.166.52.0/23
|
||||
103.166.174.0/24
|
||||
103.169.50.0/23
|
||||
@ -1467,11 +1458,9 @@
|
||||
103.172.52.0/24
|
||||
103.172.191.0/24
|
||||
103.174.94.0/23
|
||||
103.175.118.0/23
|
||||
103.175.197.0/24
|
||||
103.177.28.0/23
|
||||
103.177.80.0/23
|
||||
103.178.56.0/24
|
||||
103.179.78.0/23
|
||||
103.180.108.0/24
|
||||
103.181.234.0/24
|
||||
@ -1525,7 +1514,6 @@
|
||||
103.204.72.0/22
|
||||
103.204.180.0/22
|
||||
103.205.4.0/22
|
||||
103.205.40.0/23
|
||||
103.205.188.0/22
|
||||
103.205.192.0/22
|
||||
103.205.252.0/22
|
||||
@ -1557,7 +1545,6 @@
|
||||
103.215.80.0/22
|
||||
103.215.140.0/22
|
||||
103.216.4.0/22
|
||||
103.216.40.0/22
|
||||
103.216.152.0/22
|
||||
103.216.252.0/23
|
||||
103.218.92.0/22
|
||||
@ -1649,6 +1636,7 @@
|
||||
103.238.132.0/22
|
||||
103.238.144.0/22
|
||||
103.238.160.0/22
|
||||
103.238.180.0/22
|
||||
103.238.184.0/23
|
||||
103.238.188.0/22
|
||||
103.238.204.0/22
|
||||
@ -1684,7 +1672,6 @@
|
||||
103.245.24.0/23
|
||||
103.245.128.0/22
|
||||
103.246.152.0/22
|
||||
103.246.229.0/24
|
||||
103.246.244.0/22
|
||||
103.247.168.0/22
|
||||
103.247.176.0/22
|
||||
@ -1720,6 +1707,7 @@
|
||||
103.254.112.0/22
|
||||
103.254.188.0/22
|
||||
103.254.196.0/24
|
||||
103.255.68.0/22
|
||||
103.255.92.0/22
|
||||
103.255.140.0/22
|
||||
103.255.200.0/22
|
||||
@ -1731,8 +1719,8 @@
|
||||
104.233.144.0/21
|
||||
104.233.157.0/24
|
||||
104.233.159.0/24
|
||||
104.233.222.0/23
|
||||
104.233.236.0/22
|
||||
104.233.224.0/20
|
||||
104.233.240.0/22
|
||||
104.245.96.0/21
|
||||
106.0.4.0/22
|
||||
106.2.37.0/24
|
||||
@ -1805,30 +1793,19 @@
|
||||
106.224.0.0/14
|
||||
106.228.0.0/15
|
||||
106.230.0.0/16
|
||||
107.6.225.0/24
|
||||
107.6.231.0/24
|
||||
107.6.232.0/24
|
||||
107.6.240.0/24
|
||||
107.6.245.0/24
|
||||
107.6.246.0/24
|
||||
107.148.84.0/23
|
||||
107.148.92.0/23
|
||||
107.148.150.0/23
|
||||
107.148.160.0/22
|
||||
107.148.208.0/21
|
||||
107.148.216.0/22
|
||||
107.149.198.0/23
|
||||
107.149.208.0/23
|
||||
107.151.208.0/20
|
||||
107.190.229.0/24
|
||||
109.206.244.0/22
|
||||
109.244.0.0/16
|
||||
110.6.0.0/15
|
||||
110.16.0.0/14
|
||||
110.34.168.0/23
|
||||
110.34.170.0/24
|
||||
110.34.176.0/24
|
||||
110.34.192.0/24
|
||||
110.34.194.0/24
|
||||
110.34.240.0/24
|
||||
110.34.250.0/23
|
||||
110.40.0.0/24
|
||||
110.40.13.0/24
|
||||
110.40.14.0/23
|
||||
@ -1890,7 +1867,6 @@
|
||||
110.156.0.0/15
|
||||
110.166.0.0/15
|
||||
110.172.200.0/21
|
||||
110.172.213.0/24
|
||||
110.173.8.0/21
|
||||
110.173.16.0/20
|
||||
110.173.32.0/20
|
||||
@ -1908,14 +1884,8 @@
|
||||
110.218.176.0/24
|
||||
110.218.192.0/20
|
||||
110.218.224.0/20
|
||||
110.219.0.0/22
|
||||
110.219.64.0/22
|
||||
110.219.68.0/24
|
||||
110.219.129.0/24
|
||||
110.219.130.0/23
|
||||
110.219.224.0/23
|
||||
110.219.226.0/24
|
||||
110.219.240.0/24
|
||||
110.228.0.0/14
|
||||
110.232.32.0/19
|
||||
110.236.0.0/15
|
||||
@ -1942,6 +1912,7 @@
|
||||
111.186.0.0/15
|
||||
111.192.0.0/12
|
||||
111.208.121.0/24
|
||||
111.208.254.0/24
|
||||
111.210.0.0/20
|
||||
111.210.16.0/24
|
||||
111.212.0.0/14
|
||||
@ -1999,6 +1970,10 @@
|
||||
113.45.112.0/22
|
||||
113.45.120.0/22
|
||||
113.45.128.0/17
|
||||
113.46.128.0/18
|
||||
113.46.192.0/19
|
||||
113.46.224.0/20
|
||||
113.46.240.0/21
|
||||
113.47.204.0/22
|
||||
113.47.220.0/22
|
||||
113.47.234.0/23
|
||||
@ -2044,7 +2019,6 @@
|
||||
114.28.68.0/22
|
||||
114.28.72.0/21
|
||||
114.28.128.0/18
|
||||
114.28.192.0/23
|
||||
114.28.224.0/22
|
||||
114.28.228.0/23
|
||||
114.28.231.0/24
|
||||
@ -2340,11 +2314,9 @@
|
||||
118.112.0.0/13
|
||||
118.120.0.0/14
|
||||
118.124.0.0/15
|
||||
118.126.1.0/24
|
||||
118.126.2.0/23
|
||||
118.126.4.0/23
|
||||
118.126.8.0/23
|
||||
118.126.10.0/24
|
||||
118.126.12.0/22
|
||||
118.126.16.0/23
|
||||
118.126.18.0/24
|
||||
@ -2454,7 +2426,6 @@
|
||||
119.4.0.0/14
|
||||
119.15.136.0/23
|
||||
119.15.140.0/23
|
||||
119.18.192.0/20
|
||||
119.18.208.0/21
|
||||
119.18.224.0/22
|
||||
119.18.231.0/24
|
||||
@ -2502,7 +2473,9 @@
|
||||
119.44.56.0/21
|
||||
119.44.192.0/24
|
||||
119.44.200.0/24
|
||||
119.44.205.0/24
|
||||
119.44.202.0/23
|
||||
119.44.204.0/23
|
||||
119.44.206.0/24
|
||||
119.44.208.0/22
|
||||
119.44.212.0/23
|
||||
119.44.217.0/24
|
||||
@ -2543,7 +2516,6 @@
|
||||
119.161.148.0/23
|
||||
119.161.151.0/24
|
||||
119.161.152.0/21
|
||||
119.161.168.0/22
|
||||
119.162.0.0/15
|
||||
119.164.0.0/14
|
||||
119.176.0.0/12
|
||||
@ -2767,7 +2739,8 @@
|
||||
123.8.0.0/13
|
||||
123.49.192.0/23
|
||||
123.49.195.0/24
|
||||
123.49.240.0/22
|
||||
123.49.240.0/24
|
||||
123.49.242.0/23
|
||||
123.49.245.0/24
|
||||
123.52.0.0/14
|
||||
123.56.0.0/15
|
||||
@ -2847,9 +2820,7 @@
|
||||
124.14.5.0/24
|
||||
124.14.7.0/24
|
||||
124.14.8.0/21
|
||||
124.14.16.0/23
|
||||
124.14.18.0/24
|
||||
124.14.20.0/22
|
||||
124.14.16.0/21
|
||||
124.14.64.0/18
|
||||
124.14.224.0/19
|
||||
124.16.0.0/15
|
||||
@ -2877,7 +2848,10 @@
|
||||
124.112.0.0/13
|
||||
124.126.0.0/15
|
||||
124.128.0.0/13
|
||||
124.151.0.0/16
|
||||
124.151.0.0/17
|
||||
124.151.128.0/18
|
||||
124.151.193.0/24
|
||||
124.151.224.0/19
|
||||
124.152.0.0/16
|
||||
124.160.0.0/13
|
||||
124.172.0.0/15
|
||||
@ -2975,7 +2949,6 @@
|
||||
134.122.160.0/19
|
||||
134.122.192.0/18
|
||||
134.175.0.0/16
|
||||
136.0.248.0/24
|
||||
137.220.128.0/17
|
||||
139.5.60.0/22
|
||||
139.9.0.0/18
|
||||
@ -3034,7 +3007,6 @@
|
||||
140.249.0.0/16
|
||||
140.250.0.0/16
|
||||
140.255.0.0/16
|
||||
141.11.50.0/23
|
||||
143.64.0.0/16
|
||||
143.92.44.0/22
|
||||
144.0.0.0/16
|
||||
@ -3122,25 +3094,29 @@
|
||||
154.8.48.0/20
|
||||
154.8.128.0/17
|
||||
154.9.244.0/22
|
||||
154.19.64.0/22
|
||||
154.19.72.0/21
|
||||
154.19.80.0/22
|
||||
154.19.88.0/22
|
||||
154.19.100.0/22
|
||||
154.19.112.0/20
|
||||
154.23.188.0/22
|
||||
154.38.104.0/22
|
||||
154.48.224.0/24
|
||||
154.48.227.0/24
|
||||
154.48.237.0/24
|
||||
154.72.42.0/24
|
||||
154.72.44.0/24
|
||||
154.72.47.0/24
|
||||
154.83.28.0/24
|
||||
154.86.116.0/24
|
||||
154.89.32.0/20
|
||||
154.91.158.0/23
|
||||
154.195.64.0/19
|
||||
154.197.156.0/24
|
||||
154.197.163.0/24
|
||||
154.197.168.0/24
|
||||
154.197.172.0/24
|
||||
154.197.212.0/24
|
||||
154.197.224.0/24
|
||||
154.198.128.0/19
|
||||
154.198.214.0/23
|
||||
154.198.224.0/22
|
||||
154.205.64.0/20
|
||||
154.205.80.0/22
|
||||
154.205.84.0/23
|
||||
@ -3153,34 +3129,31 @@
|
||||
154.208.144.0/20
|
||||
154.208.160.0/21
|
||||
154.208.172.0/23
|
||||
154.209.251.0/24
|
||||
154.213.4.0/23
|
||||
154.218.6.0/23
|
||||
154.223.96.0/19
|
||||
154.223.168.0/23
|
||||
154.223.170.0/24
|
||||
154.223.178.0/23
|
||||
154.223.180.0/24
|
||||
154.223.182.0/24
|
||||
154.223.188.0/23
|
||||
155.102.0.0/23
|
||||
155.102.2.0/24
|
||||
155.102.4.0/23
|
||||
155.102.9.0/24
|
||||
155.102.10.0/24
|
||||
155.102.12.0/23
|
||||
155.102.14.0/24
|
||||
155.102.16.0/23
|
||||
155.102.22.0/23
|
||||
155.102.29.0/24
|
||||
155.102.30.0/24
|
||||
155.102.33.0/24
|
||||
155.102.34.0/24
|
||||
155.102.36.0/24
|
||||
155.102.38.0/24
|
||||
155.102.40.0/23
|
||||
155.102.42.0/24
|
||||
155.102.44.0/24
|
||||
155.102.38.0/23
|
||||
155.102.40.0/21
|
||||
155.102.51.0/24
|
||||
155.102.52.0/23
|
||||
155.102.54.0/24
|
||||
155.102.56.0/23
|
||||
155.102.59.0/24
|
||||
155.102.60.0/23
|
||||
155.126.176.0/23
|
||||
156.0.92.0/22
|
||||
156.59.108.0/24
|
||||
@ -3193,6 +3166,8 @@
|
||||
156.107.178.0/23
|
||||
156.107.180.0/23
|
||||
156.224.128.0/24
|
||||
156.224.168.0/24
|
||||
156.224.176.0/24
|
||||
156.224.200.0/24
|
||||
156.227.1.0/24
|
||||
156.227.24.0/22
|
||||
@ -3203,13 +3178,10 @@
|
||||
156.232.9.0/24
|
||||
156.232.10.0/23
|
||||
156.232.13.0/24
|
||||
156.236.96.0/23
|
||||
156.236.110.0/24
|
||||
156.236.116.0/24
|
||||
156.236.119.0/24
|
||||
156.237.104.0/23
|
||||
156.239.0.0/20
|
||||
156.239.96.0/19
|
||||
156.239.64.0/18
|
||||
156.239.224.0/19
|
||||
156.242.5.0/24
|
||||
156.242.6.0/24
|
||||
156.245.128.0/21
|
||||
@ -3219,9 +3191,6 @@
|
||||
156.247.8.0/22
|
||||
156.247.12.0/23
|
||||
156.247.14.0/24
|
||||
156.251.180.0/22
|
||||
156.251.226.0/23
|
||||
156.251.248.0/22
|
||||
156.255.2.0/23
|
||||
157.0.0.0/16
|
||||
157.10.34.0/24
|
||||
@ -3250,8 +3219,10 @@
|
||||
160.22.244.0/23
|
||||
160.25.20.0/23
|
||||
160.83.110.0/24
|
||||
160.191.195.0/24
|
||||
160.202.212.0/22
|
||||
160.202.224.0/19
|
||||
160.250.14.0/23
|
||||
161.163.0.0/21
|
||||
161.163.28.0/23
|
||||
161.189.0.0/16
|
||||
@ -3281,13 +3252,12 @@
|
||||
163.181.28.0/24
|
||||
163.181.32.0/21
|
||||
163.181.40.0/24
|
||||
163.181.42.0/24
|
||||
163.181.42.0/23
|
||||
163.181.44.0/24
|
||||
163.181.49.0/24
|
||||
163.181.50.0/24
|
||||
163.181.52.0/24
|
||||
163.181.56.0/23
|
||||
163.181.59.0/24
|
||||
163.181.61.0/24
|
||||
163.181.66.0/23
|
||||
163.181.69.0/24
|
||||
@ -3335,14 +3305,15 @@
|
||||
163.181.201.0/24
|
||||
163.181.202.0/23
|
||||
163.181.204.0/22
|
||||
163.181.208.0/22
|
||||
163.181.212.0/23
|
||||
163.181.214.0/24
|
||||
163.181.208.0/24
|
||||
163.181.210.0/23
|
||||
163.181.213.0/24
|
||||
163.181.214.0/23
|
||||
163.181.216.0/22
|
||||
163.181.220.0/23
|
||||
163.181.224.0/23
|
||||
163.181.228.0/23
|
||||
163.181.230.0/24
|
||||
163.181.228.0/22
|
||||
163.181.232.0/24
|
||||
163.181.234.0/24
|
||||
163.181.236.0/22
|
||||
163.204.0.0/16
|
||||
@ -3364,6 +3335,7 @@
|
||||
168.160.168.0/24
|
||||
168.160.224.0/19
|
||||
168.235.241.0/24
|
||||
170.33.98.0/24
|
||||
171.8.0.0/13
|
||||
171.34.0.0/15
|
||||
171.36.0.0/14
|
||||
@ -3378,8 +3350,6 @@
|
||||
172.87.28.0/24
|
||||
172.87.30.0/23
|
||||
173.39.200.0/23
|
||||
173.214.64.0/24
|
||||
173.214.107.0/24
|
||||
173.223.98.0/23
|
||||
173.223.100.0/23
|
||||
174.136.239.0/24
|
||||
@ -3495,7 +3465,6 @@
|
||||
182.128.0.0/12
|
||||
182.144.0.0/13
|
||||
182.157.0.0/16
|
||||
182.160.65.0/24
|
||||
182.174.0.0/15
|
||||
182.200.0.0/13
|
||||
182.236.160.0/19
|
||||
@ -3529,8 +3498,8 @@
|
||||
185.75.174.0/24
|
||||
185.78.106.0/23
|
||||
185.80.200.0/22
|
||||
185.170.76.0/22
|
||||
185.183.84.0/24
|
||||
185.184.220.0/24
|
||||
185.194.148.0/24
|
||||
185.201.226.0/23
|
||||
185.207.154.0/23
|
||||
@ -3562,6 +3531,9 @@
|
||||
193.9.46.0/24
|
||||
193.22.152.0/24
|
||||
193.112.0.0/16
|
||||
193.119.10.0/24
|
||||
193.119.20.0/24
|
||||
193.119.30.0/24
|
||||
194.15.39.0/24
|
||||
194.32.148.0/23
|
||||
194.36.27.0/24
|
||||
@ -3576,6 +3548,7 @@
|
||||
194.169.180.0/23
|
||||
196.50.192.0/18
|
||||
198.175.100.0/22
|
||||
198.187.64.0/18
|
||||
198.208.17.0/24
|
||||
198.208.19.0/24
|
||||
198.208.30.0/24
|
||||
@ -3608,6 +3581,7 @@
|
||||
202.38.132.0/23
|
||||
202.38.134.0/24
|
||||
202.38.140.0/23
|
||||
202.38.146.0/23
|
||||
202.38.152.0/23
|
||||
202.38.164.0/22
|
||||
202.38.184.0/21
|
||||
@ -3620,7 +3594,7 @@
|
||||
202.46.32.0/22
|
||||
202.46.39.0/24
|
||||
202.46.41.0/24
|
||||
202.46.42.0/23
|
||||
202.46.42.0/24
|
||||
202.46.45.0/24
|
||||
202.46.46.0/24
|
||||
202.46.224.0/22
|
||||
@ -4059,10 +4033,8 @@
|
||||
206.54.1.128/25
|
||||
206.237.8.0/23
|
||||
206.237.16.0/20
|
||||
206.237.112.0/20
|
||||
207.226.153.0/24
|
||||
207.226.154.0/24
|
||||
209.11.242.0/23
|
||||
210.2.0.0/23
|
||||
210.2.4.0/24
|
||||
210.5.0.0/19
|
||||
@ -4131,11 +4103,9 @@
|
||||
210.77.176.0/20
|
||||
210.77.192.0/18
|
||||
210.78.128.0/24
|
||||
210.78.133.0/24
|
||||
210.78.134.0/23
|
||||
210.78.136.0/22
|
||||
210.78.139.0/24
|
||||
210.78.144.0/23
|
||||
210.78.147.0/24
|
||||
210.79.61.0/24
|
||||
210.79.62.0/23
|
||||
210.79.224.0/19
|
||||
@ -4340,8 +4310,6 @@
|
||||
212.64.0.0/17
|
||||
212.103.62.0/24
|
||||
212.129.128.0/17
|
||||
216.224.112.0/24
|
||||
217.177.74.0/24
|
||||
217.194.133.0/24
|
||||
217.194.135.0/24
|
||||
218.0.0.0/11
|
||||
@ -4625,8 +4593,7 @@
|
||||
223.160.236.0/23
|
||||
223.161.194.0/23
|
||||
223.161.196.0/22
|
||||
223.161.200.0/22
|
||||
223.161.206.0/23
|
||||
223.161.200.0/21
|
||||
223.161.208.0/22
|
||||
223.161.212.0/23
|
||||
223.161.216.0/21
|
||||
|
@ -1 +1 @@
|
||||
20241206150002
|
||||
20250104150002
|
||||
|
@ -6,9 +6,7 @@
|
||||
2001:c68::/32
|
||||
2001:cc0::/32
|
||||
2001:da8::/32
|
||||
2001:daa:1::/48
|
||||
2001:daa:2::/47
|
||||
2001:daa:4::/47
|
||||
2001:daa:5::/48
|
||||
2001:daa:6::/48
|
||||
2001:dc7::/32
|
||||
2001:dd8:1::/48
|
||||
@ -22,7 +20,6 @@
|
||||
2001:df7:1480::/48
|
||||
2001:4510:400::/40
|
||||
2400:1160::/32
|
||||
2400:19a0::/32
|
||||
2400:3200::/32
|
||||
2400:5280:f803::/48
|
||||
2400:5400:10::/48
|
||||
@ -44,6 +41,7 @@
|
||||
2400:7fc0:2c0::/44
|
||||
2400:7fc0:4000::/40
|
||||
2400:7fc0:8000::/36
|
||||
2400:7fc0:a000::/36
|
||||
2400:7fc0:c000::/36
|
||||
2400:8200::/32
|
||||
2400:87c0::/32
|
||||
@ -197,7 +195,6 @@
|
||||
2402:2000::/32
|
||||
2402:3180::/48
|
||||
2402:3180:8000::/33
|
||||
2402:33c0::/32
|
||||
2402:3c00::/32
|
||||
2402:3f80:1400::/40
|
||||
2402:4440::/32
|
||||
@ -210,9 +207,6 @@
|
||||
2402:6f40:2::/48
|
||||
2402:6fc0::/48
|
||||
2402:7040::/32
|
||||
2402:7240:224::/47
|
||||
2402:7240:226::/48
|
||||
2402:7240:5000::/36
|
||||
2402:7d80::/32
|
||||
2402:8bc0::/32
|
||||
2402:8cc0::/40
|
||||
@ -326,7 +320,6 @@
|
||||
2404:2280:1a4::/47
|
||||
2404:2280:1a7::/48
|
||||
2404:2280:1a8::/47
|
||||
2404:2280:1ae::/48
|
||||
2404:2280:1b0::/48
|
||||
2404:2280:1b2::/48
|
||||
2404:2280:1b4::/46
|
||||
@ -352,7 +345,6 @@
|
||||
2404:2280:1f0::/45
|
||||
2404:2280:1f8::/46
|
||||
2404:3700::/48
|
||||
2404:4dc0::/32
|
||||
2404:6380::/48
|
||||
2404:6380:1000::/48
|
||||
2404:6380:8001::/48
|
||||
@ -390,8 +382,6 @@
|
||||
2404:e280::/47
|
||||
2404:e8c0::/32
|
||||
2404:f4c0:f000::/44
|
||||
2404:f4c0:f721::/48
|
||||
2404:f4c0:f724::/48
|
||||
2404:f4c0:fa00::/48
|
||||
2404:f4c0:fa02::/48
|
||||
2404:f4c0:fa0b::/48
|
||||
@ -430,7 +420,8 @@
|
||||
2405:f940::/32
|
||||
2406:280::/32
|
||||
2406:840:9000::/44
|
||||
2406:840:9963::/48
|
||||
2406:840:9961::/48
|
||||
2406:840:9962::/47
|
||||
2406:840:e031::/48
|
||||
2406:840:e033::/48
|
||||
2406:840:e03f::/48
|
||||
@ -450,9 +441,9 @@
|
||||
2406:840:e23c::/48
|
||||
2406:840:e2c6::/48
|
||||
2406:840:e36f::/48
|
||||
2406:840:e501::/48
|
||||
2406:840:e500::/47
|
||||
2406:840:e621::/48
|
||||
2406:840:e666::/47
|
||||
2406:840:e720::/48
|
||||
2406:840:e80f::/48
|
||||
2406:840:eab0::/46
|
||||
2406:840:eab4::/48
|
||||
@ -465,11 +456,15 @@
|
||||
2406:840:eb08::/48
|
||||
2406:840:eb0b::/48
|
||||
2406:840:eb0f::/48
|
||||
2406:840:ee40::/46
|
||||
2406:840:ee44::/48
|
||||
2406:840:ee4b::/48
|
||||
2406:840:ee4d::/48
|
||||
2406:840:f200::/47
|
||||
2406:840:f203::/48
|
||||
2406:840:f380::/44
|
||||
2406:840:f48f::/48
|
||||
2406:840:fc8f::/48
|
||||
2406:840:fc80::/44
|
||||
2406:840:fcd0::/48
|
||||
2406:840:fd00::/47
|
||||
2406:840:fd03::/48
|
||||
@ -484,7 +479,7 @@
|
||||
2406:840:fe96::/47
|
||||
2406:840:fe98::/46
|
||||
2406:840:feac::/48
|
||||
2406:840:feae::/48
|
||||
2406:840:feae::/47
|
||||
2406:840:fec0::/48
|
||||
2406:840:fec4::/48
|
||||
2406:840:fec7::/48
|
||||
@ -529,6 +524,7 @@
|
||||
2407:3740::/48
|
||||
2407:37c0::/32
|
||||
2407:5380::/32
|
||||
2407:6c40:1100::/48
|
||||
2407:6c40:1210::/48
|
||||
2407:6c40:1500::/48
|
||||
2407:6c40:1600::/40
|
||||
@ -601,8 +597,13 @@
|
||||
2408:8120:7000::/36
|
||||
2408:8140:2000::/48
|
||||
2408:815f:e000::/35
|
||||
2408:8181:6000::/40
|
||||
2408:8181:8000::/40
|
||||
2408:8181:a000::/40
|
||||
2408:8182:6000::/40
|
||||
2408:8182:c000::/40
|
||||
2408:8183:4000::/40
|
||||
2408:8183:8000::/40
|
||||
2408:81a2:2000::/35
|
||||
2408:81a2:4000::/35
|
||||
2408:81a3:6000::/35
|
||||
@ -1101,6 +1102,7 @@
|
||||
240a:40c0:8240::/48
|
||||
240a:40c0:a000::/43
|
||||
240a:40c0:c000::/43
|
||||
240a:40c0:e000::/43
|
||||
240a:40c1::/43
|
||||
240a:40c1:2000::/43
|
||||
240a:40c1:4000::/43
|
||||
@ -1125,6 +1127,7 @@
|
||||
240a:40c3:c000::/43
|
||||
240a:40c3:c200::/48
|
||||
240a:40c3:c240::/48
|
||||
240a:40c3:e000::/43
|
||||
240a:40c4:2000::/43
|
||||
240a:40c4:4000::/43
|
||||
240a:4172::/31
|
||||
@ -1153,8 +1156,7 @@
|
||||
240c:c000::/20
|
||||
240d:4000::/21
|
||||
240e::/20
|
||||
2601:1d08:4000::/48
|
||||
2602:2a4:ff::/48
|
||||
2601:1d08:4000::/44
|
||||
2602:2e0:ff::/48
|
||||
2602:f7ee:ee::/48
|
||||
2602:fab0:11::/48
|
||||
@ -1190,7 +1192,6 @@
|
||||
2a04:f580:8090::/48
|
||||
2a04:f580:8210::/47
|
||||
2a04:f580:8290::/48
|
||||
2a04:f580:9001::/48
|
||||
2a04:f580:9010::/48
|
||||
2a04:f580:9012::/47
|
||||
2a04:f580:9020::/48
|
||||
@ -1240,12 +1241,12 @@
|
||||
2a06:a005:a13::/48
|
||||
2a06:a005:e80::/43
|
||||
2a06:a005:1c40::/44
|
||||
2a06:a005:21d0::/44
|
||||
2a09:54c6:2000::/36
|
||||
2a09:54c6:4000::/36
|
||||
2a09:54c6:c000::/39
|
||||
2a09:54c6:c300::/40
|
||||
2a09:54c6:c400::/38
|
||||
2a09:b280:ff81::/48
|
||||
2a09:54c6:c800::/40
|
||||
2a09:b280:ff83::/48
|
||||
2a09:b280:ff84::/47
|
||||
2a0a:2840:20::/43
|
||||
@ -1255,13 +1256,15 @@
|
||||
2a0a:6040:34ff::/48
|
||||
2a0a:6040:ec00::/40
|
||||
2a0a:6044:6600::/40
|
||||
2a0a:6044:6e00::/47
|
||||
2a0a:6044:6e02::/48
|
||||
2a0a:6044:b800::/40
|
||||
2a0b:2542::/48
|
||||
2a0b:4340:a6::/48
|
||||
2a0b:4e07:b8::/47
|
||||
2a0c:9a40:9e00::/43
|
||||
2a0c:b641:571::/48
|
||||
2a0e:8f02:2182::/47
|
||||
2a0e:8f02:f055::/48
|
||||
2a0e:8f02:f067::/48
|
||||
2a0e:97c0:550::/44
|
||||
2a0e:97c0:83f::/48
|
||||
@ -1278,12 +1281,13 @@
|
||||
2a0e:aa07:e030::/48
|
||||
2a0e:aa07:e035::/48
|
||||
2a0e:aa07:e039::/48
|
||||
2a0e:aa07:e044::/48
|
||||
2a0e:aa07:e150::/44
|
||||
2a0e:aa07:e16a::/48
|
||||
2a0e:aa07:e1a0::/43
|
||||
2a0e:aa07:e1e1::/48
|
||||
2a0e:aa07:e1e2::/47
|
||||
2a0e:aa07:e1e4::/48
|
||||
2a0e:aa07:e1e4::/47
|
||||
2a0e:aa07:e200::/44
|
||||
2a0e:aa07:f000::/48
|
||||
2a0e:aa07:f004::/48
|
||||
@ -1298,24 +1302,28 @@
|
||||
2a0e:b107:dce::/48
|
||||
2a0e:b107:16b0::/44
|
||||
2a0e:b107:16c0::/44
|
||||
2a0e:b107:178c::/47
|
||||
2a0e:b107:178d::/48
|
||||
2a0f:5707:ac00::/47
|
||||
2a0f:7803:dd00::/42
|
||||
2a0f:7803:f680::/43
|
||||
2a0f:7803:f6a0::/44
|
||||
2a0f:7803:f7c0::/44
|
||||
2a0f:7803:f7e0::/43
|
||||
2a0f:7803:f800::/43
|
||||
2a0f:7803:f840::/44
|
||||
2a0f:7803:f860::/44
|
||||
2a0f:7803:f8b0::/44
|
||||
2a0f:7803:f970::/44
|
||||
2a0f:7803:fa21::/48
|
||||
2a0f:7803:fa22::/47
|
||||
2a0f:7803:fa24::/46
|
||||
2a0f:7803:fe22::/48
|
||||
2a0f:7803:fe80::/47
|
||||
2a0f:7803:fe81::/48
|
||||
2a0f:7803:fe82::/48
|
||||
2a0f:7803:fe84::/48
|
||||
2a0f:7807::/32
|
||||
2a0f:85c1:816::/48
|
||||
2a0f:85c1:8f4::/48
|
||||
2a0f:9400:7700::/48
|
||||
2a0f:ac00::/29
|
||||
2a10:2f00:15a::/48
|
||||
@ -1328,25 +1336,32 @@
|
||||
2a13:1800:300::/44
|
||||
2a13:1801:180::/43
|
||||
2a13:a5c3:ff10::/44
|
||||
2a13:a5c3:ff50::/44
|
||||
2a13:a5c7:1800::/40
|
||||
2a13:a5c7:2100::/48
|
||||
2a13:a5c7:2102::/48
|
||||
2a13:a5c7:2109::/48
|
||||
2a13:a5c7:2110::/48
|
||||
2a13:a5c7:2117::/48
|
||||
2a13:a5c7:2118::/48
|
||||
2a13:a5c7:2200::/40
|
||||
2a13:a5c7:2600::/40
|
||||
2a13:a5c7:2800::/47
|
||||
2a13:a5c7:2802::/48
|
||||
2a13:aac4:f000::/44
|
||||
2a14:7c0:4a01::/48
|
||||
2a14:4c41::/32
|
||||
2a14:67c1:20::/44
|
||||
2a14:67c1:70::/46
|
||||
2a14:67c1:510::/44
|
||||
2a14:67c1:520::/44
|
||||
2a14:67c1:610::/44
|
||||
2a14:67c1:701::/48
|
||||
2a14:67c1:703::/48
|
||||
2a14:67c1:704::/48
|
||||
2a14:67c1:1000::/37
|
||||
2a14:7580:9200::/40
|
||||
2a14:7580:c000::/35
|
||||
2a14:7580:e200::/47
|
||||
2a14:7580:e200::/40
|
||||
2c0f:f7a8:8011::/48
|
||||
2c0f:f7a8:8050::/48
|
||||
2c0f:f7a8:805f::/48
|
||||
|
@ -1 +1 @@
|
||||
20241206150002
|
||||
20250104150002
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
202412052212
|
||||
202501032211
|
||||
|
@ -770,7 +770,8 @@ broadpressinc.com
|
||||
brookings.edu
|
||||
brucewang.net
|
||||
brutaltgp.com
|
||||
bt2mag.com
|
||||
bsky.app
|
||||
bsky.social
|
||||
bt95.com
|
||||
btaia.com
|
||||
btbtav.com
|
||||
@ -1321,6 +1322,7 @@ deaftone.com
|
||||
debug.com
|
||||
deck.ly
|
||||
decodet.co
|
||||
deepai.org
|
||||
deepmind.com
|
||||
deezer.com
|
||||
definebabe.com
|
||||
@ -1401,6 +1403,7 @@ dnset.com
|
||||
dnsrd.com
|
||||
dnssec.net
|
||||
dnvod.tv
|
||||
docs.new
|
||||
doctorvoice.org
|
||||
documentingreality.com
|
||||
dogfartnetwork.com
|
||||
@ -2406,6 +2409,7 @@ greenvpn.net
|
||||
greenvpn.org
|
||||
grindr.com
|
||||
grotty-monday.com
|
||||
ground.news
|
||||
groups.google.cn
|
||||
grow.google
|
||||
gs-discuss.com
|
||||
@ -2449,16 +2453,12 @@ h1n1china.org
|
||||
h528.com
|
||||
h5dm.com
|
||||
h5galgame.me
|
||||
hacg.club
|
||||
hacg.in
|
||||
hacg.li
|
||||
hacg.me
|
||||
hacg.red
|
||||
hacken.cc
|
||||
hacker.org
|
||||
hackmd.io
|
||||
hackthatphone.net
|
||||
hahlo.com
|
||||
haijiao.com
|
||||
hakkatv.org.tw
|
||||
handcraftedsoftware.org
|
||||
hanime.tv
|
||||
@ -2502,6 +2502,7 @@ hentaitube.tv
|
||||
hentaivideoworld.com
|
||||
heqinglian.net
|
||||
heritage.org
|
||||
herokuapp.com
|
||||
heungkongdiscuss.com
|
||||
hexieshe.com
|
||||
hexieshe.xyz
|
||||
@ -2654,6 +2655,7 @@ hougaige.com
|
||||
howtoforge.com
|
||||
hoxx.com
|
||||
hpa.gov.tw
|
||||
hpjav.com
|
||||
hqcdp.org
|
||||
hqjapanesesex.com
|
||||
hqmovies.com
|
||||
@ -2741,6 +2743,7 @@ iamtopone.com
|
||||
iask.bz
|
||||
iask.ca
|
||||
iav19.com
|
||||
iavian.net
|
||||
ibiblio.org
|
||||
ibit.am
|
||||
iblist.com
|
||||
@ -4009,6 +4012,7 @@ pbxes.org
|
||||
pcanywhere.net
|
||||
pcc.gov.tw
|
||||
pcdvd.com.tw
|
||||
pcgamestorrents.com
|
||||
pchome.com.tw
|
||||
pcij.org
|
||||
pcstore.com.tw
|
||||
@ -4554,6 +4558,7 @@ sharpdaily.hk
|
||||
sharpdaily.tw
|
||||
shat-tibet.com
|
||||
shattered.io
|
||||
sheets.new
|
||||
sheikyermami.com
|
||||
shellfire.de
|
||||
shenshou.org
|
||||
@ -4637,6 +4642,7 @@ slaytizle.com
|
||||
sleazydream.com
|
||||
slheng.com
|
||||
slickvpn.com
|
||||
slides.new
|
||||
slideshare.net
|
||||
slinkset.com
|
||||
slutload.com
|
||||
@ -4652,6 +4658,7 @@ smhric.org
|
||||
smith.edu
|
||||
smyxy.org
|
||||
snapchat.com
|
||||
snapseed.com
|
||||
snaptu.com
|
||||
sndcdn.com
|
||||
sneakme.net
|
||||
@ -5657,6 +5664,7 @@ vpnworldwide.com
|
||||
vporn.com
|
||||
vpser.net
|
||||
vraiesagesse.net
|
||||
vrchat.com
|
||||
vrmtr.com
|
||||
vrsmash.com
|
||||
vtunnel.com
|
||||
@ -5757,6 +5765,7 @@ wforum.com
|
||||
wha.la
|
||||
whatblocked.com
|
||||
whatbrowser.org
|
||||
whats.new
|
||||
whatsapp.com
|
||||
whatsapp.net
|
||||
whatsonweibo.com
|
||||
|
@ -1 +1 @@
|
||||
202412052212
|
||||
202501032211
|
||||
|
@ -401,7 +401,7 @@ chain homeproxy_mangle_mark {
|
||||
|
||||
chain homeproxy_mangle_lanac {
|
||||
{% if (control_info.listen_interfaces): %}
|
||||
meta iifname != {{ array_to_nftarr([...control_info.listen_interfaces, ...filter(['lo'], ((l) => !~index(control_info.listen_interfaces, l)))]) }} counter return
|
||||
meta iifname != {{ array_to_nftarr(uniq([...control_info.listen_interfaces, ...['lo']])) }} counter return
|
||||
{% endif %}
|
||||
meta iifname != lo udp dport 53 counter return
|
||||
meta mark {{ self_mark }} counter return
|
||||
|
Loading…
Reference in New Issue
Block a user