We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
现在的逻辑是只能单独监听 udp 或者 tcp? 因为我试过 listen 并不允许指定两次,如果不指定默认也只是监听 udp。
按照常规做法,应该是无论如何都监听 udp,而 tcp 可选,比如增加一个选项:
listen = ":53" listen_tcp = true
或者不指定就默认同时监听 udp 和 tcp。
The text was updated successfully, but these errors were encountered:
嗯,powerdns的递归服务器就是默认同时监听udp/tcp。下个版本改成同时监听吧。
Sorry, something went wrong.
v0.13.1已发布,默认同时监听TCP/UDP端口 (#19)
No branches or pull requests
现在的逻辑是只能单独监听 udp 或者 tcp? 因为我试过 listen 并不允许指定两次,如果不指定默认也只是监听 udp。
按照常规做法,应该是无论如何都监听 udp,而 tcp 可选,比如增加一个选项:
或者不指定就默认同时监听 udp 和 tcp。
The text was updated successfully, but these errors were encountered: