mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-27 23:46:07 +03:00
Update openvpn-install.sh
This commit is contained in:
parent
479bb95661
commit
0756d4a74c
@ -237,7 +237,7 @@ if [[ ! -e /etc/openvpn/server/server.conf ]]; then
|
|||||||
# Reviewing installation parameters
|
# Reviewing installation parameters
|
||||||
echo " OpenVPN will bind at $ip on port $port/$protocol"
|
echo " OpenVPN will bind at $ip on port $port/$protocol"
|
||||||
echo " The public IPv4 (hostname) is $get_public_ip ($public_ip)"
|
echo " The public IPv4 (hostname) is $get_public_ip ($public_ip)"
|
||||||
if [[ -n $ip6 ]]; then
|
if [[ -n $ip6 ]]; then
|
||||||
echo " The public IPv6 is $ip6"
|
echo " The public IPv6 is $ip6"
|
||||||
fi
|
fi
|
||||||
echo " Traffic will be routed via interface $out_interface"
|
echo " Traffic will be routed via interface $out_interface"
|
||||||
|
Loading…
Reference in New Issue
Block a user