update gfwlist_to_dns.sh
This commit is contained in:
parent
93ea8ec6ae
commit
ee37b9e95e
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue