mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-13 00:49:36 +03:00
chore: new config data and cidr storage update
This commit is contained in:
@@ -13,11 +13,15 @@
|
||||
"ip4": [
|
||||
"5.9.141.28"
|
||||
],
|
||||
"ip6": [],
|
||||
"ip6": [
|
||||
"2a01:4f8:190:200e::2"
|
||||
],
|
||||
"cidr4": [
|
||||
"5.9.141.0/27"
|
||||
],
|
||||
"cidr6": [],
|
||||
"cidr6": [
|
||||
"2a01:4f8:190:200e::/64"
|
||||
],
|
||||
"external": {
|
||||
"domains": [],
|
||||
"ip4": [],
|
||||
|
Reference in New Issue
Block a user