Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local 127.0.0.1
- port 1194
- proto tcp
- dev tun
- ca ca.crt
- cert openvpn-server.crt
- key openvpn-server.key
- dh none
- tls-auth ta.key 0
- tls-cipher TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384:TLS-ECDHE-ECDSA-WITH-CHACHA20-POLY1305-SHA256
- cipher AES-256-GCM
- server 10.8.8.0 255.255.255.0
- push "redirect-gateway def1"
- push "route 0.0.0.0 255.255.255.255 net_gateway"
- push "dhcp-option DNS 1.1.1.1"
- push "dhcp-option DNS 1.0.0.1"
- duplicate-cn
- keepalive 10 120
- user nobody
- group nobody
- persist-key
- persist-tun
- status /etc/openvpn/server/openvpn-status.log
- log /etc/openvpn/server/openvpn.log
- verb 5
Advertisement
Add Comment
Please, Sign In to add comment