mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-13 08:59:34 +03:00
chore: new config data and cidr storage update
This commit is contained in:
@@ -12,14 +12,23 @@
|
||||
],
|
||||
"timeout": 3600,
|
||||
"ip4": [
|
||||
"104.21.47.180",
|
||||
"172.67.171.202",
|
||||
"95.215.189.11",
|
||||
"95.215.189.12"
|
||||
],
|
||||
"ip6": [],
|
||||
"ip6": [
|
||||
"2606:4700:3030::ac43:abca",
|
||||
"2606:4700:3035::6815:2fb4"
|
||||
],
|
||||
"cidr4": [
|
||||
"104.16.0.0/12",
|
||||
"172.64.0.0/13",
|
||||
"95.215.184.0/21"
|
||||
],
|
||||
"cidr6": [],
|
||||
"cidr6": [
|
||||
"2606:4700::/64"
|
||||
],
|
||||
"external": {
|
||||
"domains": [],
|
||||
"ip4": [],
|
||||
|
Reference in New Issue
Block a user