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

Can't select port of DNS listener #436

Closed
C-Sto opened this issue Jun 16, 2021 · 0 comments
Closed

Can't select port of DNS listener #436

C-Sto opened this issue Jun 16, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@C-Sto
Copy link
Contributor

C-Sto commented Jun 16, 2021

When using a DNS redirector, it's usually preferable to be able to specify the port number of the upstream server. ATM, the DNS listener is hard coded to listen on 53.

server := &dns.Server{Addr: ":53", Net: "udp"}

@moloch-- moloch-- added the bug Something isn't working label Jun 16, 2021
moloch-- added a commit that referenced this issue Jul 19, 2021
Fixed issue #436 and standardized on --lhost/-L for all listener cmds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants