Commit Graph

7 Commits

Author SHA1 Message Date
ValdikSS 60e87f769a Minor modifications 2017-12-17 00:28:11 +03:00
ValdikSS bfed8638e5 Implement blacklist.
Only domains and subdomains from the blacklist file would be processed
with HTTP modifications. Does not affect HTTPS data.
2017-12-17 00:26:11 +03:00
ValdikSS f11ca2400c Fix memory leak in dnsredir 2017-12-16 17:53:06 +03:00
ValdikSS dd4d6bc5c6 Do not print DNS warnings by default and drop duplicate requests.
Windows is known to use all available interfaces for DNS requests,
which is handled as a duplicate (retransmission) in dns redirector.

It's safe to just drop these duplicates.
2017-12-16 14:30:42 +03:00
ValdikSS 81718f1a53 Small fix for dnsredir 2017-12-10 20:44:50 +03:00
ValdikSS 363b2dca37 Flush DNS cache if --dns-addr is used 2017-12-07 22:38:21 +03:00
ValdikSS a182f52207 New experimental feature: UDP DNS redirection 2017-12-06 03:09:58 +03:00