Blame public/fs/etc/openvpn/hostvpn.conf.in
|
root@culturestrings |
76b152 |
port @vpn_port@
|
|
root@culturestrings |
76b152 |
proto udp
|
|
root@culturestrings |
76b152 |
|
|
root@culturestrings |
76b152 |
dev tun0
|
|
root@culturestrings |
76b152 |
topology subnet
|
|
root@culturestrings |
76b152 |
|
|
root@culturestrings |
76b152 |
cipher AES-256-CBC
|
|
root@culturestrings |
76b152 |
|
|
root@culturestrings |
76b152 |
ca /etc/easy-rsa/pki/ca.crt
|
|
root@culturestrings |
89dca3 |
cert /etc/easy-rsa/pki/issued/@hostname@.crt
|
|
root@culturestrings |
76b152 |
|
|
root@culturestrings |
89dca3 |
askpass /srv/webroot/openvpn/@hostname@.pass
|
|
root@culturestrings |
89dca3 |
key /etc/easy-rsa/pki/private/@hostname@.key
|
|
root@culturestrings |
76b152 |
dh /etc/easy-rsa/pki/dh.pem
|
|
root@culturestrings |
76b152 |
|
|
root@culturestrings |
2487cf |
status /var/log/openvpn/openvpn-status.log
|
|
root@culturestrings |
2487cf |
log-append /var/log/openvpn/openvpn.log
|
|
root@culturestrings |
76b152 |
|
|
root@culturestrings |
2caf08 |
server @vpn_net4@ 255.255.255.0
|
|
root@culturestrings |
2caf08 |
server-ipv6 @host_ipv6@:8000::/65
|
|
root@culturestrings |
76b152 |
|
|
root@culturestrings |
76b152 |
push "route-ipv6 2000::/3"
|
|
root@culturestrings |
2caf08 |
push "route-ipv6 host_ipv6::/64"
|
|
root@culturestrings |
2487cf |
push "route 192.168.0.0 255.255.255.0"
|
|
root@culturestrings |
76b152 |
|
|
root@culturestrings |
76b152 |
push "block-outside-dns"
|
|
root@culturestrings |
76b152 |
push "redirect-gateway def1"
|
|
root@culturestrings |
2caf08 |
push "dhcp-option DNS @vpn_ipv4@"
|
|
root@culturestrings |
76b152 |
|
|
root@culturestrings |
76b152 |
duplicate-cn
|
|
root@culturestrings |
76b152 |
client-to-client
|
|
root@culturestrings |
76b152 |
|
|
root@culturestrings |
76b152 |
daemon
|
|
root@culturestrings |
76b152 |
auth-nocache
|
|
root@culturestrings |
76b152 |
|
|
root@culturestrings |
76b152 |
persist-key
|
|
root@culturestrings |
76b152 |
persist-tun
|
|
root@culturestrings |
76b152 |
|
|
root@culturestrings |
76b152 |
verb 3
|
|
root@culturestrings |
76b152 |
keepalive 20 60
|