add openvpn to marla
This commit is contained in:
parent
0d1d239a31
commit
2da2a1be21
|
@ -0,0 +1 @@
|
|||
*.key
|
|
@ -0,0 +1,22 @@
|
|||
dev tun0
|
||||
|
||||
tun-ipv6
|
||||
remote 185.117.82.66
|
||||
local 194.141.112.139
|
||||
|
||||
proto udp
|
||||
|
||||
tun-mtu 1500
|
||||
ifconfig 172.31.43.3 172.31.43.2
|
||||
ifconfig-ipv6 2001:67c:21bc:7fff:f0f:fcf1::2/120 2001:67c:21bc:7fff:f0f:fcf1::1
|
||||
|
||||
secret /etc/openvpn/eric.key
|
||||
|
||||
port 4299
|
||||
|
||||
; user nobody
|
||||
; group nobody
|
||||
|
||||
ping 15
|
||||
verb 1
|
||||
script-security 2
|
Loading…
Reference in New Issue