Update 20240304-0126

This commit is contained in:
trick77 2024-03-04 02:26:35 +01:00
commit acfa3c28e1
905 changed files with 2053 additions and 1315 deletions

View file

@ -3,9 +3,7 @@
"handle": "CSNET-EXT",
"description": "CSNET Coordination and Information Center (CSNET-CIC)",
"subnets": {
"ipv4": [
"185.249.228.0/22"
],
"ipv4": [],
"ipv6": []
}
}

View file

@ -1,4 +1,3 @@
# AS10 (CSNET-EXT)
# CSNET Coordination and Information Center (CSNET-CIC)
#
185.249.228.0/22

View file

@ -9,6 +9,8 @@
"38.57.240.0/22",
"38.105.3.0/24"
],
"ipv6": []
"ipv6": [
"2607:1640::/32"
]
}
}

View file

@ -1,3 +1,4 @@
# AS1031 (PEER-1-INTERNET)
# Peer 1 Internet Service LLC
#
2607:1640::/32

View file

@ -109,7 +109,12 @@
"138.15.0.0/16",
"139.171.40.0/21",
"139.171.48.0/20",
"139.171.64.0/18",
"139.171.64.0/20",
"139.171.80.0/21",
"139.171.92.0/22",
"139.171.96.0/20",
"139.171.116.0/22",
"139.171.120.0/21",
"139.190.4.0/22",
"139.190.36.0/22",
"139.190.40.0/22",
@ -137,7 +142,6 @@
"156.71.149.0/24",
"157.23.247.0/24",
"157.96.22.0/24",
"157.254.152.0/24",
"159.169.59.0/24",
"159.169.242.0/24",
"162.18.64.0/23",

View file

@ -106,7 +106,12 @@
138.15.0.0/16
139.171.40.0/21
139.171.48.0/20
139.171.64.0/18
139.171.64.0/20
139.171.80.0/21
139.171.92.0/22
139.171.96.0/20
139.171.116.0/22
139.171.120.0/21
139.190.4.0/22
139.190.36.0/22
139.190.40.0/22
@ -134,7 +139,6 @@
156.71.149.0/24
157.23.247.0/24
157.96.22.0/24
157.254.152.0/24
159.169.59.0/24
159.169.242.0/24
162.18.64.0/23

View file

@ -10,7 +10,6 @@
],
"ipv6": [
"2001:48f8:f320::/44",
"2604:7a00:ffc0::/42",
"2605:4a80:ef00::/40"
]
}

View file

@ -2,5 +2,4 @@
# Midcontinent Communications
#
2001:48f8:f320::/44
2604:7a00:ffc0::/42
2605:4a80:ef00::/40

View file

@ -70,7 +70,6 @@
"209.186.254.0/24",
"209.211.51.0/24",
"209.211.226.0/24",
"216.66.210.0/23",
"216.66.212.0/23",
"216.66.214.0/24",
"216.66.216.0/21"

View file

@ -67,7 +67,6 @@
209.186.254.0/24
209.211.51.0/24
209.211.226.0/24
216.66.210.0/23
216.66.212.0/23
216.66.214.0/24
216.66.216.0/21

View file

@ -5,6 +5,7 @@
"subnets": {
"ipv4": [
"8.26.146.0/24",
"8.28.229.0/24",
"8.36.112.0/24",
"8.36.120.0/24",
"8.44.51.0/24",

View file

@ -2,6 +2,7 @@
# Nvidia Corporation
#
8.26.146.0/24
8.28.229.0/24
8.36.112.0/24
8.36.120.0/24
8.44.51.0/24

View file

@ -5,8 +5,6 @@
"subnets": {
"ipv4": [
"67.210.32.0/20",
"204.255.24.0/21",
"208.228.96.0/21",
"216.6.128.0/18"
],
"ipv6": []

View file

@ -2,6 +2,4 @@
# Alteva Inc
#
67.210.32.0/20
204.255.24.0/21
208.228.96.0/21
216.6.128.0/18

View file

@ -3,7 +3,9 @@
"handle": "HOTELS-LON",
"description": "EXPEDIA, INC",
"subnets": {
"ipv4": [],
"ipv4": [
"91.232.36.0/24"
],
"ipv6": []
}
}

View file

@ -1,3 +1,4 @@
# AS12058 (HOTELS-LON)
# EXPEDIA, INC
#
91.232.36.0/24

View file

@ -21,6 +21,7 @@
"2607:6000:700::/40",
"2607:6000:900::/40",
"2607:6000:b00::/40",
"2607:6000:d00::/40",
"2607:6000:f00::/40",
"2607:6004:100::/40",
"2a02:5320:100::/40",

View file

@ -8,6 +8,7 @@
2607:6000:700::/40
2607:6000:900::/40
2607:6000:b00::/40
2607:6000:d00::/40
2607:6000:f00::/40
2607:6004:100::/40
2a02:5320:100::/40

View file

@ -3,12 +3,7 @@
"handle": "INTERNIC",
"description": "internic Datenkommunikations GmbH",
"subnets": {
"ipv4": [
"192.133.109.0/24",
"212.126.64.0/19"
],
"ipv6": [
"2001:4100::/32"
]
"ipv4": [],
"ipv6": []
}
}

View file

@ -1,5 +1,3 @@
# AS12401 (INTERNIC)
# internic Datenkommunikations GmbH
#
192.133.109.0/24
212.126.64.0/19

View file

@ -1,4 +1,3 @@
# AS12401 (INTERNIC)
# internic Datenkommunikations GmbH
#
2001:4100::/32

View file

@ -5,7 +5,8 @@
"subnets": {
"ipv4": [
"103.68.116.0/22",
"103.230.208.0/22"
"103.230.208.0/22",
"157.15.222.0/24"
],
"ipv6": [
"2403:6ec0::/32"

View file

@ -3,3 +3,4 @@
#
103.68.116.0/22
103.230.208.0/22
157.15.222.0/24

View file

@ -12,6 +12,7 @@
"196.195.15.0/24",
"196.195.253.0/24",
"203.171.96.0/21",
"203.171.104.0/24",
"203.171.108.0/22",
"203.171.112.0/21",
"203.171.120.0/22"

View file

@ -9,6 +9,7 @@
196.195.15.0/24
196.195.253.0/24
203.171.96.0/21
203.171.104.0/24
203.171.108.0/22
203.171.112.0/21
203.171.120.0/22

View file

@ -4,8 +4,10 @@
"description": "Department Of Information Technology and Data of Natural Resources and Environment",
"subnets": {
"ipv4": [
"103.9.86.0/23"
"103.9.84.0/22"
],
"ipv6": []
"ipv6": [
"2001:df0:3780::/48"
]
}
}

View file

@ -1,4 +1,4 @@
# AS131365 (MONRE-VN)
# Department Of Information Technology and Data of Natural Resources and Environment
#
103.9.86.0/23
103.9.84.0/22

View file

@ -1,3 +1,4 @@
# AS131365 (MONRE-VN)
# Department Of Information Technology and Data of Natural Resources and Environment
#
2001:df0:3780::/48

View file

@ -9,11 +9,9 @@
"85.255.19.0/24",
"85.255.20.0/23",
"85.255.23.0/24",
"85.255.24.0/23",
"85.255.26.0/24",
"85.255.28.0/22",
"85.255.24.0/21",
"103.203.220.0/22",
"123.253.152.0/24",
"123.253.152.0/23",
"140.82.192.0/22",
"140.82.196.0/24",
"140.82.198.0/23",
@ -34,7 +32,7 @@
"216.194.104.0/22",
"216.194.108.0/24",
"216.194.111.0/24",
"216.205.112.0/24",
"216.205.112.0/23",
"216.205.115.0/24",
"216.205.116.0/22",
"216.252.177.0/24",

View file

@ -6,11 +6,9 @@
85.255.19.0/24
85.255.20.0/23
85.255.23.0/24
85.255.24.0/23
85.255.26.0/24
85.255.28.0/22
85.255.24.0/21
103.203.220.0/22
123.253.152.0/24
123.253.152.0/23
140.82.192.0/22
140.82.196.0/24
140.82.198.0/23
@ -31,7 +29,7 @@
216.194.104.0/22
216.194.108.0/24
216.194.111.0/24
216.205.112.0/24
216.205.112.0/23
216.205.115.0/24
216.205.116.0/22
216.252.177.0/24

View file

@ -3,7 +3,10 @@
"handle": "IDNIC-AXARVA-ID",
"description": "PT Axarva Media Teknologi",
"subnets": {
"ipv4": [],
"ipv4": [
"43.245.184.0/22",
"103.31.224.0/22"
],
"ipv6": []
}
}

View file

@ -1,3 +1,5 @@
# AS131755 (IDNIC-AXARVA-ID)
# PT Axarva Media Teknologi
#
43.245.184.0/22
103.31.224.0/22

View file

@ -3,12 +3,7 @@
"handle": "CAPL-AP",
"description": "Connected Australia PTY LTD",
"subnets": {
"ipv4": [
"103.70.192.0/22",
"103.76.158.0/23"
],
"ipv6": [
"2401:5840::/32"
]
"ipv4": [],
"ipv6": []
}
}

View file

@ -1,5 +1,3 @@
# AS132113 (CAPL-AP)
# Connected Australia PTY LTD
#
103.70.192.0/22
103.76.158.0/23

View file

@ -1,4 +1,3 @@
# AS132113 (CAPL-AP)
# Connected Australia PTY LTD
#
2401:5840::/32

View file

@ -12,7 +12,6 @@
"45.120.139.0/24",
"45.252.190.0/24",
"50.114.17.0/24",
"50.114.207.0/24",
"103.12.211.0/24",
"103.13.112.0/22",
"103.26.204.0/22",

View file

@ -9,7 +9,6 @@
45.120.139.0/24
45.252.190.0/24
50.114.17.0/24
50.114.207.0/24
103.12.211.0/24
103.13.112.0/22
103.26.204.0/22

View file

@ -3,7 +3,11 @@
"handle": "SHEENTCL-IN",
"description": "Sheen Telecom Consultants Private Limited",
"subnets": {
"ipv4": [],
"ipv4": [
"103.245.1.0/24",
"150.129.19.0/24",
"150.242.252.0/23"
],
"ipv6": []
}
}

View file

@ -1,3 +1,6 @@
# AS132518 (SHEENTCL-IN)
# Sheen Telecom Consultants Private Limited
#
103.245.1.0/24
150.129.19.0/24
150.242.252.0/23

View file

@ -10,6 +10,7 @@
"158.144.24.0/21",
"158.144.32.0/21",
"158.144.40.0/23",
"158.144.47.0/24",
"158.144.48.0/20",
"158.144.64.0/18",
"158.144.128.0/19",

View file

@ -7,6 +7,7 @@
158.144.24.0/21
158.144.32.0/21
158.144.40.0/23
158.144.47.0/24
158.144.48.0/20
158.144.64.0/18
158.144.128.0/19

View file

@ -4,7 +4,7 @@
"description": "Pmg Networks Pvt Ltd",
"subnets": {
"ipv4": [
"103.76.5.0/24"
"103.76.4.0/22"
],
"ipv6": []
}

View file

@ -1,4 +1,4 @@
# AS132955 (QUICKNET)
# Pmg Networks Pvt Ltd
#
103.76.5.0/24
103.76.4.0/22

View file

@ -6,7 +6,7 @@
"ipv4": [
"45.114.36.0/22",
"103.44.156.0/22",
"103.252.241.0/24"
"103.252.240.0/23"
],
"ipv6": [
"2401:4aa0::/32"

View file

@ -3,4 +3,4 @@
#
45.114.36.0/22
103.44.156.0/22
103.252.241.0/24
103.252.240.0/23

View file

@ -131,6 +131,7 @@
"68.67.65.0/24",
"103.21.244.0/24",
"103.22.200.0/22",
"103.31.4.0/23",
"103.81.228.0/24",
"104.16.0.0/12",
"108.162.192.0/20",
@ -709,7 +710,8 @@
"2400:cb00:a430::/46",
"2400:cb00:a434::/48",
"2400:cb00:a460::/46",
"2400:cb00:a480::/46",
"2400:cb00:a480::/47",
"2400:cb00:a483::/48",
"2400:cb00:a484::/48",
"2400:cb00:a490::/46",
"2400:cb00:a494::/47",
@ -730,6 +732,9 @@
"2400:cb00:a552::/48",
"2400:cb00:a570::/47",
"2400:cb00:a580::/47",
"2400:cb00:a590::/46",
"2400:cb00:a594::/47",
"2400:cb00:a596::/48",
"2400:cb00:a600::/47",
"2400:cb00:a640::/48",
"2400:cb00:a642::/47",
@ -743,6 +748,8 @@
"2400:cb00:a710::/47",
"2400:cb00:a730::/46",
"2400:cb00:a750::/47",
"2400:cb00:a760::/47",
"2400:cb00:a762::/48",
"2400:cb00:a7b0::/46",
"2400:cb00:a7b4::/47",
"2400:cb00:a7c0::/47",

View file

@ -128,6 +128,7 @@
68.67.65.0/24
103.21.244.0/24
103.22.200.0/22
103.31.4.0/23
103.81.228.0/24
104.16.0.0/12
108.162.192.0/20

View file

@ -302,7 +302,8 @@
2400:cb00:a430::/46
2400:cb00:a434::/48
2400:cb00:a460::/46
2400:cb00:a480::/46
2400:cb00:a480::/47
2400:cb00:a483::/48
2400:cb00:a484::/48
2400:cb00:a490::/46
2400:cb00:a494::/47
@ -323,6 +324,9 @@
2400:cb00:a552::/48
2400:cb00:a570::/47
2400:cb00:a580::/47
2400:cb00:a590::/46
2400:cb00:a594::/47
2400:cb00:a596::/48
2400:cb00:a600::/47
2400:cb00:a640::/48
2400:cb00:a642::/47
@ -336,6 +340,8 @@
2400:cb00:a710::/47
2400:cb00:a730::/46
2400:cb00:a750::/47
2400:cb00:a760::/47
2400:cb00:a762::/48
2400:cb00:a7b0::/46
2400:cb00:a7b4::/47
2400:cb00:a7c0::/47

View file

@ -4,8 +4,7 @@
"description": "Aria Sat LTD",
"subnets": {
"ipv4": [
"103.53.16.0/24",
"103.53.18.0/23"
"103.53.16.0/22"
],
"ipv6": []
}

View file

@ -1,5 +1,4 @@
# AS134112 (ARIASAT-LTD)
# Aria Sat LTD
#
103.53.16.0/24
103.53.18.0/23
103.53.16.0/22

View file

@ -11,7 +11,6 @@
"103.194.168.0/22",
"103.248.52.0/23",
"103.248.55.0/24",
"103.252.221.0/24",
"103.252.222.0/24"
],
"ipv6": []

View file

@ -8,5 +8,4 @@
103.194.168.0/22
103.248.52.0/23
103.248.55.0/24
103.252.221.0/24
103.252.222.0/24

View file

@ -4,8 +4,7 @@
"description": "Flix Broadband Services Private Limited",
"subnets": {
"ipv4": [
"103.148.182.0/23",
"103.187.230.0/23"
"103.148.182.0/23"
],
"ipv6": [
"2001:df6:980::/48"

View file

@ -2,4 +2,3 @@
# Flix Broadband Services Private Limited
#
103.148.182.0/23
103.187.230.0/23

View file

@ -3,7 +3,9 @@
"handle": "VAYUDOOT",
"description": "Development Logics Solutions Pvt Ltd",
"subnets": {
"ipv4": [],
"ipv4": [
"103.210.32.0/23"
],
"ipv6": []
}
}

View file

@ -1,3 +1,4 @@
# AS134900 (VAYUDOOT)
# Development Logics Solutions Pvt Ltd
#
103.210.32.0/23

View file

@ -4,7 +4,7 @@
"description": "I. ZONE PVT. LTD.",
"subnets": {
"ipv4": [
"103.204.220.0/22"
"103.204.223.0/24"
],
"ipv6": [
"2402:6640::/32"

View file

@ -1,4 +1,4 @@
# AS134995 (IZONE-AP)
# I. ZONE PVT. LTD.
#
103.204.220.0/22
103.204.223.0/24

View file

@ -6,7 +6,8 @@
"ipv4": [
"103.74.5.0/24",
"103.219.248.0/22",
"103.235.72.0/24"
"103.235.72.0/24",
"103.235.75.0/24"
],
"ipv6": [
"2001:df1:a9c0::/48",

View file

@ -4,3 +4,4 @@
103.74.5.0/24
103.219.248.0/22
103.235.72.0/24
103.235.75.0/24

View file

@ -19,7 +19,7 @@
],
"ipv6": [
"2402:6a40:1::/48",
"2402:6a40:3::/48",
"2402:6a40:2::/47",
"2402:6a40:4::/47"
]
}

View file

@ -2,5 +2,5 @@
# DISHAWAVES INFONET PVT. LTD
#
2402:6a40:1::/48
2402:6a40:3::/48
2402:6a40:2::/47
2402:6a40:4::/47

View file

@ -38,7 +38,6 @@
],
"ipv6": [
"2605:4900::/32",
"2607:d600:1004::/48",
"2607:d600:1750::/44",
"2607:d600:17a0::/44",
"2607:d600:1800::/39",

View file

@ -2,7 +2,6 @@
# SOUTH DAKOTA NETWORK
#
2605:4900::/32
2607:d600:1004::/48
2607:d600:1750::/44
2607:d600:17a0::/44
2607:d600:1800::/39

View file

@ -5,7 +5,6 @@
"subnets": {
"ipv4": [
"2.59.155.0/24",
"45.91.224.0/24",
"45.91.226.0/24",
"45.142.152.0/24",
"103.80.135.0/24",

View file

@ -2,7 +2,6 @@
# HDTIDC LIMITED
#
2.59.155.0/24
45.91.224.0/24
45.91.226.0/24
45.142.152.0/24
103.80.135.0/24

View file

@ -3,9 +3,7 @@
"handle": "WIZONE-80060614",
"description": "Wizone Tech Solutions Pvt. Ltd.",
"subnets": {
"ipv4": [
"103.122.84.0/24"
],
"ipv4": [],
"ipv6": []
}
}

View file

@ -1,4 +1,3 @@
# AS136315 (WIZONE-80060614)
# Wizone Tech Solutions Pvt. Ltd.
#
103.122.84.0/24

View file

@ -17,11 +17,9 @@
"2a0a:2842:15::/48",
"2a0a:2842:100::/48",
"2a0a:2842:416::/48",
"2a0a:2842:8651::/48",
"2a0a:2842:aa00::/46",
"2a0a:2842:d853::/48",
"2a0a:2842:f853::/48",
"2a0a:2845:d20::/46",
"2a0a:2845:d647::/48",
"2a0a:2846::/48"
]

View file

@ -4,10 +4,8 @@
2a0a:2842:15::/48
2a0a:2842:100::/48
2a0a:2842:416::/48
2a0a:2842:8651::/48
2a0a:2842:aa00::/46
2a0a:2842:d853::/48
2a0a:2842:f853::/48
2a0a:2845:d20::/46
2a0a:2845:d647::/48
2a0a:2846::/48

View file

@ -3,10 +3,7 @@
"handle": "SECUREWORXPTYLTD-AP",
"description": "SecureWorx Pty Ltd",
"subnets": {
"ipv4": [
"103.106.24.0/24",
"103.106.26.0/23"
],
"ipv4": [],
"ipv6": []
}
}

View file

@ -1,5 +1,3 @@
# AS137254 (SECUREWORXPTYLTD-AP)
# SecureWorx Pty Ltd
#
103.106.24.0/24
103.106.26.0/23

View file

@ -7,6 +7,8 @@
"103.114.24.0/22",
"103.154.13.0/24"
],
"ipv6": []
"ipv6": [
"2407:44c0::/32"
]
}
}

View file

@ -1,3 +1,4 @@
# AS137580 (EWNET-AP)
# Everest Wireless Network pvt. ltd
#
2407:44c0::/32

View file

@ -3,7 +3,9 @@
"handle": "RELIANTBALIYA-AP",
"description": "Reliant Techno Networking Pvt. Ltd.",
"subnets": {
"ipv4": [],
"ipv4": [
"103.125.25.0/24"
],
"ipv6": []
}
}

View file

@ -1,3 +1,4 @@
# AS137854 (RELIANTBALIYA-AP)
# Reliant Techno Networking Pvt. Ltd.
#
103.125.25.0/24

View file

@ -4,7 +4,8 @@
"description": "Stark Telecom",
"subnets": {
"ipv4": [
"103.119.24.0/22"
"103.119.24.0/23",
"103.119.26.0/24"
],
"ipv6": []
}

View file

@ -1,4 +1,5 @@
# AS137975 (STARKTELECOM-AP)
# Stark Telecom
#
103.119.24.0/22
103.119.24.0/23
103.119.26.0/24

View file

@ -3,9 +3,7 @@
"handle": "PCTA-AP",
"description": "Philippine Cable Television Association, Inc.",
"subnets": {
"ipv4": [
"103.121.81.0/24"
],
"ipv4": [],
"ipv6": []
}
}

View file

@ -1,4 +1,3 @@
# AS138147 (PCTA-AP)
# Philippine Cable Television Association, Inc.
#
103.121.81.0/24

View file

@ -6,6 +6,8 @@
"ipv4": [
"103.182.112.0/24"
],
"ipv6": []
"ipv6": [
"2001:df2:bac0::/48"
]
}
}

View file

@ -1,3 +1,4 @@
# AS138228 (RUHIIINFO-IN)
# RUHI INFOTECH
#
2001:df2:bac0::/48

View file

@ -4,7 +4,8 @@
"description": "Netlink Websolution Pvt. Ltd.",
"subnets": {
"ipv4": [
"103.130.64.0/22"
"103.130.64.0/24",
"103.130.66.0/23"
],
"ipv6": []
}

View file

@ -1,4 +1,5 @@
# AS138297 (NETLINKW)
# Netlink Websolution Pvt. Ltd.
#
103.130.64.0/22
103.130.64.0/24
103.130.66.0/23

View file

@ -6,8 +6,6 @@
"ipv4": [
"103.133.4.0/22"
],
"ipv6": [
"2404:44c0::/32"
]
"ipv6": []
}
}

View file

@ -1,4 +1,3 @@
# AS138561 (BROADBANDZONENG-AP)
# BroadBandZone
#
2404:44c0::/32

View file

@ -4,7 +4,8 @@
"description": "Dreams Network \u0026 Technology Pvt Ltd",
"subnets": {
"ipv4": [
"103.134.236.0/22",
"103.134.236.0/23",
"103.134.238.0/24",
"103.162.90.0/23",
"103.173.216.0/23"
],

View file

@ -1,6 +1,7 @@
# AS138625 (DNTPL-AP)
# Dreams Network & Technology Pvt Ltd
#
103.134.236.0/22
103.134.236.0/23
103.134.238.0/24
103.162.90.0/23
103.173.216.0/23

View file

@ -5,7 +5,8 @@
"subnets": {
"ipv4": [
"103.42.72.0/22",
"103.105.224.0/22",
"103.105.225.0/24",
"103.105.226.0/23",
"103.139.156.0/22",
"103.174.70.0/23",
"103.189.216.0/23",

View file

@ -2,7 +2,8 @@
# Seans Media Pvt Ltd
#
103.42.72.0/22
103.105.224.0/22
103.105.225.0/24
103.105.226.0/23
103.139.156.0/22
103.174.70.0/23
103.189.216.0/23

View file

@ -7,6 +7,8 @@
"103.103.124.0/22",
"157.10.176.0/24"
],
"ipv6": []
"ipv6": [
"2403:f940::/32"
]
}
}

View file

@ -1,3 +1,4 @@
# AS139335 (SREEJON-AP)
# Sreejon Online.Com
#
2403:f940::/32

View file

@ -3,9 +3,7 @@
"handle": "DIGITIZE-IN",
"description": "Digitizer Access Netowrk Private Limited",
"subnets": {
"ipv4": [
"103.143.3.0/24"
],
"ipv4": [],
"ipv6": []
}
}

View file

@ -1,4 +1,3 @@
# AS139483 (DIGITIZE-IN)
# Digitizer Access Netowrk Private Limited
#
103.143.3.0/24

View file

@ -3,7 +3,9 @@
"handle": "HM1-AP",
"description": "HM Enterprise",
"subnets": {
"ipv4": [],
"ipv4": [
"103.145.210.0/23"
],
"ipv6": []
}
}

View file

@ -1,3 +1,4 @@
# AS139825 (HM1-AP)
# HM Enterprise
#
103.145.210.0/23

View file

@ -5,7 +5,7 @@
"subnets": {
"ipv4": [
"103.146.136.0/23",
"103.164.48.0/23",
"103.164.49.0/24",
"110.38.240.0/20"
],
"ipv6": [

View file

@ -2,5 +2,5 @@
# Galaxy Broadband (pvt.) Ltd.
#
103.146.136.0/23
103.164.48.0/23
103.164.49.0/24
110.38.240.0/20

View file

@ -7,6 +7,7 @@
"198.184.32.0/20",
"198.184.56.0/22",
"198.244.16.0/22",
"198.244.20.0/24",
"198.244.24.0/23",
"204.126.65.0/24",
"206.194.70.0/24",

View file

@ -4,6 +4,7 @@
198.184.32.0/20
198.184.56.0/22
198.244.16.0/22
198.244.20.0/24
198.244.24.0/23
204.126.65.0/24
206.194.70.0/24

Some files were not shown because too many files have changed in this diff Show more