Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https-dns-proxy is blocking DS-Lite reconnections #26052

Open
Nmrawe opened this issue Feb 25, 2025 · 1 comment
Open

https-dns-proxy is blocking DS-Lite reconnections #26052

Nmrawe opened this issue Feb 25, 2025 · 1 comment

Comments

@Nmrawe
Copy link

Nmrawe commented Feb 25, 2025

I have a problem with the DS-Lite connections being blocked when reconnecting: openwrt/openwrt#18092.

This issue doesn't happen when https-dns-proxy is not running. But If it is, https-dns-proxy needs to be stopped and started again (reloading or restaring won't help).

Probably https-dns-proxy is blocking DNS connections to AFTR domains used by DS-Lite.

https-dns-proxy 2023.12.26-r4

@Nmrawe
Copy link
Author

Nmrawe commented Feb 25, 2025

As a workaround, added

service https-dns-proxy stop
sleep 5
service https-dns-proxy start

to

proto_ipip6_teardown() {
        local cfg="$1"
}

and

proto_dslite_teardown() {
        local cfg="$1"
}

in /lib/netifd/proto/dslite.sh.

It seems to work fine, at least in case of manually restarting the interface as I don't know when my ISP is gonna trigger the prefix change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant