-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzones.py
executable file
·11 lines (10 loc) · 1.82 KB
/
zones.py
1
2
3
4
5
6
7
8
9
10
zones = [
# antizapret
'13.125.0.0/16', '13.56.0.0/14', '13.230.0.0/15', '18.130.0.0/16', '18.144.0.0/16', '18.184.0.0/15', '18.194.0.0/15', '18.196.0.0/15', '18.204.0.0/14', '18.218.0.0/16', '18.236.0.0/15', '34.192.0.0/10', '35.156.0.0/14', '35.160.0.0/13', '35.176.0.0/15', '35.178.0.0/15', '35.180.0.0/16', '52.32.0.0/16', '52.56.0.0/16', '52.57.0.0/16', '52.58.0.0/15', '52.64.0.0/12', '52.192.0.0/11', '54.212.0.0/15', '54.144.0.0/12', '54.160.0.0/12', '54.228.0.0/15', '68.171.224.0/19', '74.82.64.0/19', '103.246.200.0/22', '178.239.88.0/21', '185.166.212.0/23', '46.101.128.0/17', '128.199.0.0/16', '139.59.0.0/16', '159.89.0.0/16', '159.203.0.0/16', '165.227.0.0/16', '167.99.0.0/16', '174.138.0.0/17', '188.166.0.0/17', '206.189.0.0/16', '23.251.128.0/19', '35.184.0.0/13', '35.192.0.0/12', '35.224.0.0/12', '178.63.0.0/16', '51.136.0.0/15', '51.15.0.0/16', '195.154.0.0/17', '91.108.4.0/20', '91.108.16.0/22', '91.108.56.0/22', '109.239.140.0/24', '149.154.160.0/20', '35.208.0.0/12', '159.65.0.0/16', '203.104.128.0/20', '203.104.144.0/21', '203.104.152.0/22', '91.121.0.0/16', '47.91.64.0/19', '64.137.0.0/17', '94.177.224.0/21', '159.122.128.0/18', '174.104.0.0/15', '185.220.34.0/24', '13.52.0.0/14', '13.56.0.0/14', '18.184.0.0/15', '18.194.0.0/15', '18.196.0.0/15', '18.196.0.0/15', '34.192.0.0/10', '35.156.0.0/14', '35.160.0.0/13', '35.176.0.0/15', '35.184.0.0/13', '35.192.0.0/12', '35.208.0.0/12', '35.224.0.0/12', '52.0.0.0/11', '52.28.0.0/15', '52.58.0.0/15', '52.192.0.0/11', '52.208.0.0/13', '54.72.0.0/15', '54.88.0.0/16', '54.160.0.0/12', '54.228.0.0/15',
# digitalocean
'46.101.128.0/17', '128.199.0.0/16', '139.59.0.0/16', '159.89.0.0/16', '159.203.0.0/16', '165.227.0.0/16', '167.99.0.0/16', '174.138.0.0/17', '188.166.0.0/17', '206.189.0.0/16', '159.65.0.0/16',
# apple
'17.0.0.0/8',
# linkedin
'199.101.160.0/22', '108.174.0.0/20'
]