Skip to content

Commit 55a4591

Browse files
authored
prosody: configure unbound resolver
Fixes: #1315
1 parent 576e5a9 commit 55a4591

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

prosody/rootfs/defaults/prosody.cfg.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ network_backend = "epoll";
175175
network_settings = {
176176
tcp_backlog = 511;
177177
}
178+
unbound = {
179+
resolvconf = true
180+
}
178181

179182
http_ports = { 5280 }
180183
http_interfaces = { "*", "::" }

0 commit comments

Comments
 (0)