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

IPv6 only binding in dual stack #18

Open
acbekoac opened this issue May 14, 2022 · 1 comment
Open

IPv6 only binding in dual stack #18

acbekoac opened this issue May 14, 2022 · 1 comment

Comments

@acbekoac
Copy link

sudo /opt/dohd/src/dohd -c ${CERT_FILE} -k ${KEY_FILE} -p 443 -d ${IPV4_ADDR} -F -u ${USER}

ss -ltn | fgrep ":443"
LISTEN 0 10 [::]:443 [::]:*

seems IPv6 is preferred (that's ok/great) but as we still need to support IPv4 it would be nice to have the typical "-4" and "-6" switch

@acbekoac
Copy link
Author

acbekoac commented May 15, 2022

seems local problem, using Rocky Linux 8.5 (another VM) I get a

LISTEN 0 10 *:8053 *:*

using
${HOME}/dohd/src/dohd -c ./test.crt -k ./test.key -p 8053 -d 8.8.8.8 -u linux -F

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