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:
@@ -12,17 +12,32 @@
|
||||
"timeout": 3600,
|
||||
"ip4": [
|
||||
"104.21.234.102",
|
||||
"104.21.234.103"
|
||||
"104.21.234.103",
|
||||
"104.21.40.249",
|
||||
"172.67.158.144",
|
||||
"188.114.96.10",
|
||||
"188.114.96.7",
|
||||
"188.114.97.10",
|
||||
"188.114.97.7"
|
||||
],
|
||||
"ip6": [
|
||||
"2606:4700:3036::6815:28f9",
|
||||
"2606:4700:3036::ac43:9e90",
|
||||
"2606:4700:3038::6815:ea66",
|
||||
"2606:4700:3038::6815:ea67"
|
||||
"2606:4700:3038::6815:ea67",
|
||||
"2a06:98c1:3120::7",
|
||||
"2a06:98c1:3120::a",
|
||||
"2a06:98c1:3121::7",
|
||||
"2a06:98c1:3121::a"
|
||||
],
|
||||
"cidr4": [
|
||||
"104.16.0.0/12"
|
||||
"104.16.0.0/12",
|
||||
"172.64.0.0/13",
|
||||
"188.114.96.0/22"
|
||||
],
|
||||
"cidr6": [
|
||||
"2606:4700::/32"
|
||||
"2606:4700::/32",
|
||||
"2a06:98c1::/32"
|
||||
],
|
||||
"external": {
|
||||
"domains": [],
|
||||
|
Reference in New Issue
Block a user