mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-04 21:23:31 +03:00
Changing Subnet
This commit is contained in:
parent
cd6869bf4d
commit
e93f409a7d
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ dh dh.pem
|
|||
auth SHA512
|
||||
tls-crypt tc.key
|
||||
topology subnet
|
||||
server 10.8.0.0 255.255.255.0" > /etc/openvpn/server/server.conf
|
||||
server 10.8.0.0 255.255.255.128" > /etc/openvpn/server/server.conf
|
||||
# IPv6
|
||||
if [[ -z "$ip6" ]]; then
|
||||
echo 'push "redirect-gateway def1 bypass-dhcp"' >> /etc/openvpn/server/server.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue