mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
Commented out a number of excess options that were set implicitly by using the 'server' option.
This commit is contained in:
parent
c7f82d0116
commit
97a50c66ef
1 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@ dh /etc/openvpn/easy-rsa/pki/dh1024.pem
|
||||||
topology subnet
|
topology subnet
|
||||||
server 10.8.0.0 255.255.255.0
|
server 10.8.0.0 255.255.255.0
|
||||||
# server and remote endpoints
|
# server and remote endpoints
|
||||||
ifconfig 10.8.0.1 10.8.0.2
|
#ifconfig 10.8.0.1 10.8.0.2
|
||||||
# Add route to Client routing table for the OpenVPN Server
|
# Add route to Client routing table for the OpenVPN Server
|
||||||
push "route 10.8.0.1 255.255.255.255"
|
#push "route 10.8.0.1 255.255.255.255"
|
||||||
# Add route to Client routing table for the OPenVPN Subnet
|
# Add route to Client routing table for the OPenVPN Subnet
|
||||||
push "route 10.8.0.0 255.255.255.0"
|
#push "route 10.8.0.0 255.255.255.0"
|
||||||
# your local subnet
|
# your local subnet
|
||||||
push "route LOCALNET LOCALMASK"
|
push "route LOCALNET LOCALMASK"
|
||||||
# Set your primary domain name server address for clients
|
# Set your primary domain name server address for clients
|
||||||
|
|
Loading…
Reference in a new issue