Explorar el Código

prosody: configure unbound resolver

Fixes: #1315
wfleischer hace 2 años
padre
commit
55a45915bb
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      prosody/rootfs/defaults/prosody.cfg.lua

+ 3 - 0
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 = { "*", "::" }