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,13 +11,22 @@
|
||||
],
|
||||
"timeout": 3600,
|
||||
"ip4": [
|
||||
"104.21.81.17",
|
||||
"172.67.137.125",
|
||||
"94.130.217.223"
|
||||
],
|
||||
"ip6": [],
|
||||
"ip6": [
|
||||
"2606:4700:3030::ac43:897d",
|
||||
"2606:4700:3035::6815:5111"
|
||||
],
|
||||
"cidr4": [
|
||||
"104.16.0.0/12",
|
||||
"172.64.0.0/13",
|
||||
"94.130.217.192/26"
|
||||
],
|
||||
"cidr6": [],
|
||||
"cidr6": [
|
||||
"2606:4700::/32"
|
||||
],
|
||||
"external": {
|
||||
"domains": [],
|
||||
"ip4": [],
|
||||
|
Reference in New Issue
Block a user