пофиксил маршруты public dns

This commit is contained in:
kirillius 2024-12-25 20:23:57 +03:00
parent 2e40d673ad
commit 4ae4a28c2a
1 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
"description": "google & cloudflare public dns", "description": "google & cloudflare public dns",
"domains": [], "domains": [],
"networks": [ "networks": [
"1.1.1.1", "1.1.1.1/32",
"1.0.0.1", "1.0.0.1/32",
"8.8.8.8", "8.8.8.8/32",
"8.8.4.4" "8.8.4.4/32"
] ]
} }