Open islercn opened 7 years ago
Technically no problem. But the problem is I do not have time doing this recently.
PR is welcomed.
It would be great if the script can read "whitelist" part(lines begin with @@
) and use default dns for them.
@fanthos If these domains are not included in this gfwlist2dnsmasq rule file, default DNS set in dnsmasq will be used. So there's no need to proceed theses domains.
some domains like dl.google.com
is in the list and starts with @@, should use default dns server instead.
@fanthos Please use this instead: https://github.com/felixonmars/dnsmasq-china-list/blob/master/google.china.conf refer to #5.
And process these rules from gfwlist is impossible, It will cause problems.
eg: share.dmhy.org @@|https://share.dmhy.org
In Gfwlist, http / https connection has different behaviors, while this is impossible for dnsmasq.
the usage of multiple dns is allowed for each domain, so is it possible to add the feature?