mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 16:39:35 +03:00
chore: new config data and cidr storage update
This commit is contained in:
@@ -11,14 +11,22 @@
|
||||
],
|
||||
"timeout": 3600,
|
||||
"ip4": [
|
||||
"104.21.40.193",
|
||||
"104.31.16.11",
|
||||
"104.31.16.118"
|
||||
"104.31.16.118",
|
||||
"172.67.188.67"
|
||||
],
|
||||
"ip6": [
|
||||
"2606:4700:3032::ac43:bc43",
|
||||
"2606:4700:3035::6815:28c1"
|
||||
],
|
||||
"ip6": [],
|
||||
"cidr4": [
|
||||
"104.16.0.0/12"
|
||||
"104.16.0.0/12",
|
||||
"172.64.0.0/13"
|
||||
],
|
||||
"cidr6": [
|
||||
"2606:4700::/32"
|
||||
],
|
||||
"cidr6": [],
|
||||
"external": {
|
||||
"domains": [],
|
||||
"ip4": [],
|
||||
|
@@ -26,6 +26,7 @@
|
||||
"185.81.128.161",
|
||||
"54.169.253.230",
|
||||
"89.234.156.205",
|
||||
"91.216.110.52",
|
||||
"91.216.110.53",
|
||||
"94.23.220.147"
|
||||
],
|
||||
|
Reference in New Issue
Block a user