Skip to content

是不是应该避免使用53端口的dns #45

@kerlfx

Description

@kerlfx

53的请求都被重定向了,虽然ptables脚本里面这样写了白名单

$iptables_w -t nat -A ADGUARD_REDIRECT_DNS -m owner --uid-owner $adg_user --gid-owner $adg_group -j RETURN || return 1

但是内核不一定支持owner,至少我的一加确实不支持

所以,如果Bootstrap DNS 使用53端口的dns是会被重定向走,域名类的doh都不能用。
不过倒是可以使用 https://1.12.12.12/dns-query 这样的doh当Bootstrap DNS就正常了

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions