Skip to content

Roadmap brainstorm (todo list) #10

@Zig-VS-TypeScript-VS

Description

@Zig-VS-TypeScript-VS

Is your feature request related to a problem? Please describe.

DoH can resolve DNS pollution caused by ISP.

Support DoH, and we do not need to write "NoDPI blocklists" for every blocked domain.

In areas with severe censorship, any IPv4 and IPv6 DNS resolution returns incorrect IPs; only DoH/DoQ/DNSCrypt can resolve to the correct IP.

  • hosts (DNS Overrides)

hosts

* the wildcard character. It is used to represent any set of characters. This can also be an empty string or a string of any length

34.49.133.3 *.youtube.*
34.49.133.3 *.googlevideo.com
157.240.22.169 .*facebook.*
57.144.160.34 *.Instagram.com
185.15.59.224 *.wikipedia.org

ISP blocks the IP by directly sending a TCP RST, so the IP resolved through DoH is basically always blocked.

We can resolve this issue by finding a usable IP outside of DoH.
HTTPS_IP_finder find ip survive from gfw block whivch is availabep.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions