DOT listens on all interfaces, refers to #281

This commit is contained in:
Quentin McGaw
2020-11-04 03:14:27 +00:00
parent 0c9f74ffa4
commit b5fb2b849a
3 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ func generateUnboundConf(ctx context.Context, settings settings.DNS,
// Network
"do-ip4": "yes",
"do-ip6": doIPv6,
"interface": "127.0.0.1",
"interface": "0.0.0.0",
"port": "53",
// Other
"username": "\"nonrootuser\"",