update gfwlist_to_dns.sh

This commit is contained in:
bgme 2025-02-07 14:20:00 +08:00
parent 93ea8ec6ae
commit ee37b9e95e

View file

@ -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")