From ee37b9e95ef18077840a19fa5a3671642232e71f Mon Sep 17 00:00:00 2001
From: bgme <i@bgme.me>
Date: Fri, 7 Feb 2025 14:20:00 +0800
Subject: [PATCH] update gfwlist_to_dns.sh

---
 gfwlist_to_dns.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gfwlist_to_dns.py b/gfwlist_to_dns.py
index 75529c6..bb46899 100644
--- a/gfwlist_to_dns.py
+++ b/gfwlist_to_dns.py
@@ -243,6 +243,9 @@ def main():
     write_smartdns_domain_set()
     reload_smartdns()
 
+    write_dnsmasq()
+    reload_dnsmasq()
+
 
 if __name__ == '__main__':
     logging.basicConfig(stream=sys.stderr, level=logging.INFO, format="%(levelname)s:%(message)s")