UX improvements

This commit is contained in:
angristan 2018-09-15 20:35:14 +02:00
parent 0b70f84c11
commit 4a36948a6b

View file

@ -179,6 +179,7 @@ private-address: ::ffff:0:0/96" >> /etc/unbound/unbound.conf
echo "You can allow the script to configure it in order to use it from your OpenVPN clients"
echo "We will simply add a second server to /etc/unbound/unbound.conf for the OpenVPN subnet."
echo "No changes are made to the current configuration."
echo ""
while [[ $CONTINUE != "y" && $CONTINUE != "n" ]]; do
read -rp "Apply configuration changes? [y/n]: " -e CONTINUE