Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- port 443
- proto udp
- dev tun
- ca ca.crt
- cert server.crt
- key server.key # This file should be kept secret
- dh dh1024.pem
- server 10.8.0.0 255.255.255.0
- push "route 192.168.10.0 255.255.255.0"
- push "route 192.168.20.0 255.255.255.0"
- push "redirect-gateway def1"
- push "dhcp-option DNS 8.8.8.8"
- push "dhcp-option DNS 8.8.4.4"
- keepalive 10 120
- cipher DES-EDE3-CBC # Triple-DES
- comp-lzo
- max-clients 5
- persist-key
- persist-tun
- status openvpn-status.log
- log openvpn.log
- verb 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement