mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-23 21:46:08 +03:00
Add bogus ipv6 address to block IPV6 access
Added a bogus ipv6 address to block ipv6 from connecting while using the vpn on ipv6 enabled networks.
This commit is contained in:
parent
6061a29028
commit
7b272d3e60
@ -389,6 +389,8 @@ auth SHA512
|
|||||||
cipher AES-256-CBC
|
cipher AES-256-CBC
|
||||||
comp-lzo
|
comp-lzo
|
||||||
setenv opt block-outside-dns
|
setenv opt block-outside-dns
|
||||||
|
ifconfig-ipv6 fd69:2205:1941:1::1/64 fd69:2205:1941:1::2
|
||||||
|
redirect-gateway ipv6
|
||||||
key-direction 1
|
key-direction 1
|
||||||
verb 3" > /etc/openvpn/client-common.txt
|
verb 3" > /etc/openvpn/client-common.txt
|
||||||
# Generates the custom client.ovpn
|
# Generates the custom client.ovpn
|
||||||
|
Loading…
Reference in New Issue
Block a user