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:
@@ -22,12 +22,20 @@
|
||||
"104.18.141.67",
|
||||
"34.117.44.137"
|
||||
],
|
||||
"ip6": [],
|
||||
"ip6": [
|
||||
"2606:4700::6812:8943",
|
||||
"2606:4700::6812:8a43",
|
||||
"2606:4700::6812:8b43",
|
||||
"2606:4700::6812:8c43",
|
||||
"2606:4700::6812:8d43"
|
||||
],
|
||||
"cidr4": [
|
||||
"104.16.0.0/12",
|
||||
"34.64.0.0/10"
|
||||
],
|
||||
"cidr6": [],
|
||||
"cidr6": [
|
||||
"2606:4700::/32"
|
||||
],
|
||||
"external": {
|
||||
"domains": [],
|
||||
"ip4": [],
|
||||
|
||||
Reference in New Issue
Block a user