mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-24 05:56:08 +03:00
Allow multiple connections using one certificate
Could be confusing to anyone using this script otherwise. Source: https://www.unixtutorial.org/2016/03/multiple-openvpn-clients-sharing-the-same-certificate/
This commit is contained in:
parent
33452242a1
commit
27f55a7c1c
@ -267,6 +267,7 @@ auth SHA512
|
|||||||
tls-auth ta.key 0
|
tls-auth ta.key 0
|
||||||
topology subnet
|
topology subnet
|
||||||
server 10.8.0.0 255.255.255.0
|
server 10.8.0.0 255.255.255.0
|
||||||
|
duplicate-cn
|
||||||
ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
|
ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
|
||||||
echo 'push "redirect-gateway def1 bypass-dhcp"' >> /etc/openvpn/server.conf
|
echo 'push "redirect-gateway def1 bypass-dhcp"' >> /etc/openvpn/server.conf
|
||||||
# DNS
|
# DNS
|
||||||
|
Loading…
Reference in New Issue
Block a user