prosody: configure unbound resolver

Fixes: #1315
pull/1319/head
wfleischer 2 years ago committed by GitHub
parent 576e5a9086
commit 55a45915bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      prosody/rootfs/defaults/prosody.cfg.lua

@ -175,6 +175,9 @@ network_backend = "epoll";
network_settings = {
tcp_backlog = 511;
}
unbound = {
resolvconf = true
}
http_ports = { 5280 }
http_interfaces = { "*", "::" }

Loading…
Cancel
Save