1
0
Fork 0
mirror of synced 2025-04-05 06:03:33 +03:00

Update c1.sh

This commit is contained in:
koyenma 2021-09-23 04:18:57 +08:00 committed by GitHub
parent 0afa048b37
commit e4a1b15ae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
c1.sh
View file

@ -295,13 +295,13 @@ EOF
create_vpn_config() {
bigecho "Creating VPN configuration..."
L2TP_NET=${VPN_L2TP_NET:-'192.168.42.0/24'}
L2TP_LOCAL=${VPN_L2TP_LOCAL:-'192.168.42.1'}
L2TP_POOL=${VPN_L2TP_POOL:-'192.168.42.10-192.168.42.250'}
XAUTH_NET=${VPN_XAUTH_NET:-'192.168.43.0/24'}
XAUTH_POOL=${VPN_XAUTH_POOL:-'192.168.43.10-192.168.43.250'}
DNS_SRV1=${VPN_DNS_SRV1:-'8.8.8.8'}
DNS_SRV2=${VPN_DNS_SRV2:-'8.8.4.4'}
L2TP_NET=${VPN_L2TP_NET:-'10.0.0.0/24'}
L2TP_LOCAL=${VPN_L2TP_LOCAL:-'10.0.0.1'}
L2TP_POOL=${VPN_L2TP_POOL:-'10.0.0.10-10.0.0.250'}
XAUTH_NET=${VPN_XAUTH_NET:-'10.0.1.0/24'}
XAUTH_POOL=${VPN_XAUTH_POOL:-'10.0.1.10-10.0.1.250'}
DNS_SRV1=${VPN_DNS_SRV1:-'119.29.29.29'}
DNS_SRV2=${VPN_DNS_SRV2:-'223.5.5.5'}
DNS_SRVS="\"$DNS_SRV1 $DNS_SRV2\""
[ -n "$VPN_DNS_SRV1" ] && [ -z "$VPN_DNS_SRV2" ] && DNS_SRVS="$DNS_SRV1"
@ -387,8 +387,8 @@ ipcp-accept-local
ipcp-accept-remote
noccp
auth
mtu 1280
mru 1280
mtu 1450
mru 1450
proxyarp
lcp-echo-failure 4
lcp-echo-interval 30