mirror of
https://github.com/albertito/dnss.git
synced 2026-04-26 18:05:57 +03:00
[GH-ISSUE #3] Custom listening port? #1
Labels
No labels
enhancement
enhancement
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnss#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FallenChromium on GitHub (Aug 10, 2019).
Original GitHub issue: https://github.com/albertito/dnss/issues/3
Originally assigned to: @albertito on GitHub.
Hi! I find this app pretty damn awesome, I don't really want to mess with cloudflared so I used dnss, but the problem is I wanted to use it with Pi-hole, which eats up :53 port, so the problem is I can't launch dnss on this port, it will break things up. I can build my own version, but it will be awesome to be able to control listening port via command args. What do you think?
@albertito commented on GitHub (Aug 10, 2019):
Hi! Thanks for your kind words, I'm glad you like it.
dnss already supports setting the listening ports in the command line, for all the protocols.
If you want to override the :53 you can use the
-dns_listen_addrflag for that. For example,-dns_listen_addr=:9053should work.Hopefully this helps but please comment further and reopen if I'm missing something!
Thanks,
Alberto