diff --git a/scripts/init-ubuntu.sh b/scripts/init-ubuntu.sh index 65e41ea07..ee53f2cea 100755 --- a/scripts/init-ubuntu.sh +++ b/scripts/init-ubuntu.sh @@ -180,7 +180,7 @@ systemctl disable systemd-resolved || true ufw disable || true # we need unbound to work as this is required for installer.sh to do any DNS requests -echo -e "server:\n\tinterface: 127.0.0.1\n\tdo-ip6: no" > /etc/unbound/unbound.conf.d/cloudron-network.conf +echo -e "server:\n\tinterface: 127.0.0.1\n" > /etc/unbound/unbound.conf.d/cloudron-network.conf systemctl restart unbound # Ubuntu 22 has private home directories by default (https://discourse.ubuntu.com/t/private-home-directories-for-ubuntu-21-04-onwards/)