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

0.13.0 关于监听 udp/tcp 的问题 #19

Closed
rampageX opened this issue May 9, 2020 · 2 comments
Closed

0.13.0 关于监听 udp/tcp 的问题 #19

rampageX opened this issue May 9, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@rampageX
Copy link

rampageX commented May 9, 2020

现在的逻辑是只能单独监听 udp 或者 tcp? 因为我试过 listen 并不允许指定两次,如果不指定默认也只是监听 udp。

按照常规做法,应该是无论如何都监听 udp,而 tcp 可选,比如增加一个选项:

listen = ":53"
listen_tcp = true

或者不指定就默认同时监听 udp 和 tcp。

@rampageX rampageX changed the title 关于监听 udp/tcp 的问题 0.13.0 关于监听 udp/tcp 的问题 May 9, 2020
@wolf-joe
Copy link
Owner

wolf-joe commented May 9, 2020

嗯,powerdns的递归服务器就是默认同时监听udp/tcp。下个版本改成同时监听吧。

@wolf-joe wolf-joe added the enhancement New feature or request label May 9, 2020
@wolf-joe
Copy link
Owner

wolf-joe commented May 9, 2020

v0.13.1已发布,默认同时监听TCP/UDP端口 (#19)

@wolf-joe wolf-joe closed this as completed May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants