mirror of
https://github.com/rekryt/iplist.git
synced 2026-02-26 09:18:35 +03:00
chore: new config data and cidr storage update
This commit is contained in:
@@ -11,13 +11,16 @@
|
||||
],
|
||||
"timeout": 3600,
|
||||
"ip4": [
|
||||
"14.102.228.26"
|
||||
"14.102.228.26",
|
||||
"188.164.159.249"
|
||||
],
|
||||
"ip6": [
|
||||
"2a07:180::1017",
|
||||
"2a07:180::26"
|
||||
],
|
||||
"cidr4": [
|
||||
"14.102.228.0/23"
|
||||
"14.102.228.0/23",
|
||||
"188.164.156.0/22"
|
||||
],
|
||||
"cidr6": [
|
||||
"2a07:180::/32"
|
||||
|
||||
Reference in New Issue
Block a user