Skip to content

How to listen on both local and public IP (with systemd-resolved at 127.0.0.53)? #2425

Answered by lifenjoiner
Klaaktu asked this question in Q&A
Discussion options

You must be logged in to vote

If [::] is instantiated to IPv4 127.0.0.53 on your OS, what about listen_addresses = ['127.0.0.1:53', '[::]:53']?

Amend:
If [::]:53 leads to quit. You must specify the public IP then: listen_addresses = ['127.0.0.1:53', 'the-public-IP:53'].

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Klaaktu
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Klaaktu
Comment options

@o101010
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants