From 780372ed9a1bd3a321bc78235bcf5c95bbfdd171 Mon Sep 17 00:00:00 2001 From: Chocolate4U Date: Wed, 6 Nov 2024 22:12:17 +0330 Subject: [PATCH] Add Local DNS Addresses to "IR" Category "403.online" DNS "radar.game" DNS "hostiran.net" DNS --- config.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config.json b/config.json index f9914734..d186fe39 100644 --- a/config.json +++ b/config.json @@ -63,6 +63,21 @@ "inputDir": "./ir-cdn" } }, + { + "type": "text", + "action": "add", + "args": { + "name": "ir", + "ipOrCIDR": [ + "10.202.10.102", + "10.202.10.202", + "10.202.10.10", + "10.202.10.11", + "172.29.0.100", + "172.29.2.100" + ] + } + }, { "type": "text", "action": "add",