diff options
author | root@culturestrings <root@culturestrings> | 2020-07-01 09:03:28 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2020-07-01 09:04:16 +0000 |
commit | 2487cfaaf383e1b93b3c33adfec8108ae335d921 (patch) | |
tree | db67aafb445258ef32cdb11231b1e99965964d70 /public | |
parent | 2caf08d5dd9d82087c16390a34e8ab169be75369 (diff) | |
download | culturestrings-2487cfaaf383e1b93b3c33adfec8108ae335d921.tar.bz2 culturestrings-2487cfaaf383e1b93b3c33adfec8108ae335d921.tar.xz |
hostvpn.conf.in: whitespace meditation.
Diffstat (limited to 'public')
-rw-r--r-- | public/fs/etc/openvpn/hostvpn.conf.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/fs/etc/openvpn/hostvpn.conf.in b/public/fs/etc/openvpn/hostvpn.conf.in index bf58a4f..59f7684 100644 --- a/public/fs/etc/openvpn/hostvpn.conf.in +++ b/public/fs/etc/openvpn/hostvpn.conf.in @@ -13,18 +13,18 @@ askpass /srv/webroot/openvpn/@hostname@.pass key /etc/easy-rsa/pki/private/@hostname@.key dh /etc/easy-rsa/pki/dh.pem -status /var/log/openvpn/openvpn-status.log -log-append /var/log/openvpn/openvpn.log +status /var/log/openvpn/openvpn-status.log +log-append /var/log/openvpn/openvpn.log server @vpn_net4@ 255.255.255.0 server-ipv6 @host_ipv6@:8000::/65 push "route-ipv6 2000::/3" push "route-ipv6 host_ipv6::/64" +push "route 192.168.0.0 255.255.255.0" push "block-outside-dns" push "redirect-gateway def1" -push "route 192.168.0.0 255.255.255.0" push "dhcp-option DNS @vpn_ipv4@" duplicate-cn |