refactor: add art group

This commit is contained in:
Rekryt
2024-11-03 19:03:47 +03:00
parent 3e9c9db62d
commit 21eeeb95b9
22 changed files with 304 additions and 1 deletions

32
config/art/vndb.org.json Normal file
View File

@@ -0,0 +1,32 @@
{
"domains": [
"vndb.org",
"www.vndb.org"
],
"dns": [
"127.0.0.11:53",
"77.88.8.88:53",
"8.8.8.8:53",
"1.1.1.1:53"
],
"timeout": 3600,
"ip4": [
"185.189.181.140"
],
"ip6": [
"2a0b:f380:3e8::28c"
],
"cidr4": [
"185.189.181.0/24"
],
"cidr6": [
"2a0b:f380:3e8::/48"
],
"external": {
"domains": [],
"ip4": [],
"ip6": [],
"cidr4": [],
"cidr6": []
}
}