mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-24 14:06:07 +03:00
Fixed the path the installer.
This commit is contained in:
parent
1a494cd70f
commit
31049762e2
@ -275,7 +275,7 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
|
||||
6)
|
||||
for i in `echo $OWNDNS|tr " " "\n"`;
|
||||
do
|
||||
echo 'push "dhcp-option DNS '"$i"'"' >> ./server.conf
|
||||
echo 'push "dhcp-option DNS '"$i"'"' >> /etc/openvpn/server.conf
|
||||
done
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user