diff --git a/dnscrypt_to_smartdns.py b/dnscrypt_to_smartdns.py index c1a3991..3424805 100644 --- a/dnscrypt_to_smartdns.py +++ b/dnscrypt_to_smartdns.py @@ -102,7 +102,7 @@ def get_final_doh_list(): def get_smartdns_config(): stamps = get_final_doh_list() lines = set(map( - lambda x: 'server-https https://' + x.hostname + x.path + ' -group GFW -exclude-default-group', + lambda x: 'server-https https://' + x.hostname + x.path + ' -group GFW', stamps )) return '\n'.join(lines)