vultr has ufw enabled by default

This commit is contained in:
Girish Ramakrishnan
2022-02-09 19:50:51 -08:00
parent f18d108467
commit c2f2a70d7f
+3
View File
@@ -184,6 +184,9 @@ systemctl disable postfix || true
systemctl stop systemd-resolved || true
systemctl disable systemd-resolved || true
# on vultr, ufw is enabled by default. we have our own firewall
ufw disable
# ubuntu's default config for unbound does not work if ipv6 is disabled. this config is overwritten in start.sh
# we need unbound to work as this is required for installer.sh to do any DNS requests
ip6=$([[ -s /proc/net/if_inet6 ]] && echo "yes" || echo "no")