Update docs
[ci skip]
This commit is contained in:
parent
69caa65512
commit
e6ebdeaaf8
@ -176,7 +176,7 @@ yum -y install strongswan xl2tpd
|
|||||||
```
|
```
|
||||||
VPN_SERVER_IP='your_vpn_server_ip'
|
VPN_SERVER_IP='your_vpn_server_ip'
|
||||||
VPN_IPSEC_PSK='your_ipsec_pre_shared_key'
|
VPN_IPSEC_PSK='your_ipsec_pre_shared_key'
|
||||||
VPN_USERNAME='your_vpn_username'
|
VPN_USER='your_vpn_username'
|
||||||
VPN_PASSWORD='your_vpn_password'
|
VPN_PASSWORD='your_vpn_password'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -251,10 +251,8 @@ mru 1280
|
|||||||
noipdefault
|
noipdefault
|
||||||
defaultroute
|
defaultroute
|
||||||
usepeerdns
|
usepeerdns
|
||||||
debug
|
|
||||||
lock
|
|
||||||
connect-delay 5000
|
connect-delay 5000
|
||||||
name $VPN_USERNAME
|
name $VPN_USER
|
||||||
password $VPN_PASSWORD
|
password $VPN_PASSWORD
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
@ -176,7 +176,7 @@ Create VPN variables (replace with actual values):
|
|||||||
```
|
```
|
||||||
VPN_SERVER_IP='your_vpn_server_ip'
|
VPN_SERVER_IP='your_vpn_server_ip'
|
||||||
VPN_IPSEC_PSK='your_ipsec_pre_shared_key'
|
VPN_IPSEC_PSK='your_ipsec_pre_shared_key'
|
||||||
VPN_USERNAME='your_vpn_username'
|
VPN_USER='your_vpn_username'
|
||||||
VPN_PASSWORD='your_vpn_password'
|
VPN_PASSWORD='your_vpn_password'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -251,10 +251,8 @@ mru 1280
|
|||||||
noipdefault
|
noipdefault
|
||||||
defaultroute
|
defaultroute
|
||||||
usepeerdns
|
usepeerdns
|
||||||
debug
|
|
||||||
lock
|
|
||||||
connect-delay 5000
|
connect-delay 5000
|
||||||
name $VPN_USERNAME
|
name $VPN_USER
|
||||||
password $VPN_PASSWORD
|
password $VPN_PASSWORD
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user