### network options
port 1194
proto udp
dev tun

### certificate and key files
ca /etc/openvpn/FreelockDemo-cacert.crt
cert /etc/openvpn/FreelockDemoOpenVPNServer.crt
key /etc/openvpn/FreelockDemoOpenVPNServer.key
dh /etc/openvpn/dh.pem

### (optional) use a shared key to initialize TLS negotiation
#tls-auth /etc/openvpn/shared.key

### address options
server 10.0.0.0 255.255.255.0

### (optional) make the VPN server's local network accessible
push "route 192.168.1.0 255.255.255.0"

### (optional) make the VPN server a gateway for the internet
push "redirect-gateway"

### (optional) compression (might make your WRT sluggish or not, depending on the model and what you have running...)
comp-lzo

keepalive 10 120
status /tmp/openvpn.status
