diff --git a/auto_install/install.sh b/auto_install/install.sh index 33ca2a4..24d2877 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -1344,7 +1344,7 @@ main() { echo ":::" if [[ "${useUpdateVars}" == false ]]; then echo "::: Installation Complete!" - echo "::: Now run 'pivpn add' to create the ovpn profiles." + echo "::: Now run 'pivpn add' to create an ovpn profile for each of your devices." echo "::: Run 'pivpn help' to see what else you can do!" echo "::: It is strongly recommended you reboot after installation." else diff --git a/scripts/makeOVPN.sh b/scripts/makeOVPN.sh index f1308f1..d9101f3 100644 --- a/scripts/makeOVPN.sh +++ b/scripts/makeOVPN.sh @@ -240,5 +240,6 @@ printf "========================================================\n" printf "\e[1mDone! %s successfully created!\e[0m \n" "$NAME$FILEEXT" printf "%s was copied to:\n" "$NAME$FILEEXT" printf " /home/%s/ovpns\n" "$INSTALL_USER" -printf "for easy transfer.\n" +printf "for easy transfer. Please use this profile only on one\n" +printf "device and create additional profiles for other devices.\n" printf "========================================================\n\n" diff --git a/server_config.txt b/server_config.txt index 70625e7..0f36d38 100644 --- a/server_config.txt +++ b/server_config.txt @@ -23,7 +23,6 @@ push "dhcp-option DNS 8.8.4.4" # overriding but not wiping out the original default gateway. push "redirect-gateway def1" client-to-client -duplicate-cn keepalive 10 120 tls-version-min 1.2 tls-auth /etc/openvpn/easy-rsa/pki/ta.key 0