fix(dnscrypt_to_smartdns): remove -exclude-default-group from output file
This commit is contained in:
parent
b6e605e50f
commit
a322729e2d
|
@ -102,7 +102,7 @@ def get_final_doh_list():
|
||||||
def get_smartdns_config():
|
def get_smartdns_config():
|
||||||
stamps = get_final_doh_list()
|
stamps = get_final_doh_list()
|
||||||
lines = set(map(
|
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
|
stamps
|
||||||
))
|
))
|
||||||
return '\n'.join(lines)
|
return '\n'.join(lines)
|
||||||
|
|
Loading…
Reference in a new issue