Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mode server
- daemon vpn-server
- #local 203.0.113.42
- #port
- proto udp
- dev tun
- ca ca.crt
- cert server.crt
- key server.key
- dh dh1024.pem
- #tls-server
- #tls-auth ta.key 0
- cipher `censored`
- server 192.168.50.0 255.255.255.0
- #push "redirect-gateway"
- ifconfig-pool-persist ipp.txt
- keepalive 10 120
- comp-lzo
- user nobody
- group nogroup
- persist-key
- persist-tun
- status /var/log/openvpn/openvpn-status.log
- log-append /var/log/openvpn/openvpn.log
- verb 4
- mute 20
- client-to-client
- client-config-dir ccd5
- route 192.168.50.0 255.255.255.0
- push "192.168.1.0 255.255.255.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement