From f35b2befe0234639db1b0ec4284cb26eed3f1110 Mon Sep 17 00:00:00 2001 From: adminer Date: Thu, 29 Jan 2026 23:56:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20dnsmasq=5Fexp=5Frej.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dnsmasq_exp_rej.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsmasq_exp_rej.py b/dnsmasq_exp_rej.py index 9c98d9e..4b7fc99 100644 --- a/dnsmasq_exp_rej.py +++ b/dnsmasq_exp_rej.py @@ -1,7 +1,7 @@ import sqlite3 from netaddr import IPNetwork, IPAddress, cidr_merge -DB_FILE = "/root/dnsmasq.db" +DB_FILE = "/etc/bird/dnsmasq.db" OUTPUT_FILE = "/etc/bird/notRU_ips.txt" EXCLUDE_COUNTRY = "Russia"