浏览代码

prosody: configure unbound resolver

Fixes: #1315
wfleischer 2 年之前
父节点
当前提交
55a45915bb
共有 1 个文件被更改,包括 3 次插入0 次删除
  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 = {
 network_settings = {
   tcp_backlog = 511;
   tcp_backlog = 511;
 }
 }
+unbound = {
+    resolvconf = true
+}
 
 
 http_ports = { 5280 }
 http_ports = { 5280 }
 http_interfaces = { "*", "::" }
 http_interfaces = { "*", "::" }