Created
December 17, 2020 07:52
-
-
Save Cnly/0a70647a9447c152601df19d9f6b8ff6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
INTERNAL_IP4_NETMASK=255.0.0.0 | |
INTERNAL_IP4_NETMASKLEN=8 | |
INTERNAL_IP4_NETADDR=10.0.0.0 | |
shopt -s expand_aliases | |
alias set_default_route=disabled | |
alias reset_default_route=disabled | |
INTERNAL_IP4_DNS= | |
if [ -f /usr/share/vpnc-scripts/vpnc-script ]; then | |
. /usr/share/vpnc-scripts/vpnc-script | |
else | |
. /usr/local/etc/vpnc-script | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment