Compare commits
No commits in common. "6522b3c2e46d9ea6af5bd0da31c291eb4e3d620d" and "66dc90be0a0340ce6c6494efb5ffc70c79ff089c" have entirely different histories.
6522b3c2e4
...
66dc90be0a
BIN
assets/files/bastionado-vpn.tar
Normal file
BIN
assets/files/bastionado-vpn.tar
Normal file
Binary file not shown.
@ -1,43 +0,0 @@
|
|||||||
port 6174
|
|
||||||
|
|
||||||
proto udp
|
|
||||||
|
|
||||||
dev tun0
|
|
||||||
|
|
||||||
ca ca.crt
|
|
||||||
cert ovpn.crt
|
|
||||||
key ovpn.key
|
|
||||||
|
|
||||||
dh dh.pem
|
|
||||||
|
|
||||||
server 10.10.10.0 255.255.255.0
|
|
||||||
|
|
||||||
ifconfig-pool-persist /var/log/openvpn/ipp.txt
|
|
||||||
|
|
||||||
push "redirect-gateway def1 bypass-dhcp"
|
|
||||||
|
|
||||||
push "dhcp-option DNS 1.1.1.1"
|
|
||||||
push "dhcp-option DNS 1.0.0.1"
|
|
||||||
|
|
||||||
keepalive 10 120
|
|
||||||
|
|
||||||
tls-auth ta.key 0
|
|
||||||
|
|
||||||
cipher AES-256-CBC
|
|
||||||
auth SHA512
|
|
||||||
|
|
||||||
user nobody
|
|
||||||
group nogroup
|
|
||||||
|
|
||||||
persist-key
|
|
||||||
persist-tun
|
|
||||||
|
|
||||||
status /var/log/openvpn/openvpn-status.log
|
|
||||||
|
|
||||||
log-append /var/log/openvpn/openvpn.log
|
|
||||||
|
|
||||||
verb 3
|
|
||||||
|
|
||||||
explicit-exit-notify 1
|
|
||||||
|
|
||||||
crl-verify crl.pem
|
|
Loading…
x
Reference in New Issue
Block a user