Cleanup
This commit is contained in:
parent
01b19c9fa0
commit
8f44273faf
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ in
|
||||||
port = cfg.port;
|
port = cfg.port;
|
||||||
settings = {
|
settings = {
|
||||||
dns = {
|
dns = {
|
||||||
bind_hosts = [ "127.0.0.1" ];
|
bind_hosts = [ "0.0.0.0" ];
|
||||||
port = 5353;
|
port = 5353;
|
||||||
upstream_dns = [ cfg.upstreamDoh ];
|
upstream_dns = [ cfg.upstreamDoh ];
|
||||||
bootstrap_dns = cfg.bootstrapDns;
|
bootstrap_dns = cfg.bootstrapDns;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue