UX improvements
This commit is contained in:
parent
0b70f84c11
commit
4a36948a6b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 "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 "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 "No changes are made to the current configuration."
|
||||||
|
echo ""
|
||||||
|
|
||||||
while [[ $CONTINUE != "y" && $CONTINUE != "n" ]]; do
|
while [[ $CONTINUE != "y" && $CONTINUE != "n" ]]; do
|
||||||
read -rp "Apply configuration changes? [y/n]: " -e CONTINUE
|
read -rp "Apply configuration changes? [y/n]: " -e CONTINUE
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue