Kaynağa Gözat

prosody: configure unbound resolver

Fixes: #1315
wfleischer 2 yıl önce
ebeveyn
işleme
55a45915bb
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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 = { "*", "::" }