From 2487cfaaf383e1b93b3c33adfec8108ae335d921 Mon Sep 17 00:00:00 2001 From: "root@culturestrings" Date: Wed, 1 Jul 2020 09:03:28 +0000 Subject: hostvpn.conf.in: whitespace meditation. --- public/fs/etc/openvpn/hostvpn.conf.in | 6 +++--- 1 file 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 -- cgit v1.2.3