From 7449bfc5508f2cf676615e8c91c88707417c01f3 Mon Sep 17 00:00:00 2001 From: angristan Date: Sat, 22 Sep 2018 14:21:20 +0200 Subject: [PATCH] Remove trailing tabs --- openvpn-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 4b5afb7..a1918bc 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -438,7 +438,7 @@ keepalive 10 120 topology subnet server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt" >> /etc/openvpn/server.conf - + # DNS resolvers case $DNS in 1) @@ -459,7 +459,7 @@ ifconfig-pool-persist ipp.txt" >> /etc/openvpn/server.conf ;; 3) # Cloudflare echo 'push "dhcp-option DNS 1.0.0.1"' >> /etc/openvpn/server.conf - echo 'push "dhcp-option DNS 1.1.1.1"' >> /etc/openvpn/server.conf + echo 'push "dhcp-option DNS 1.1.1.1"' >> /etc/openvpn/server.conf ;; 4) # Quad9 echo 'push "dhcp-option DNS 9.9.9.9"' >> /etc/openvpn/server.conf @@ -622,7 +622,7 @@ WantedBy=multi-user.target" > /etc/systemd/system/iptables-openvpn.service if [[ "$PUBLICIP" != "" ]]; then IP=$PUBLICIP fi - + # client-template.txt is created so we have a template to add further users later echo "client" > /etc/openvpn/client-template.txt if [[ "$PROTOCOL" = 'udp' ]]; then