diff --git a/prosody/rootfs/defaults/prosody.cfg.lua b/prosody/rootfs/defaults/prosody.cfg.lua index ee0241e..2481133 100644 --- a/prosody/rootfs/defaults/prosody.cfg.lua +++ b/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 = { "*", "::" }