mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-28 07:56: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)
|
6)
|
||||||
for i in `echo $OWNDNS|tr " " "\n"`;
|
for i in `echo $OWNDNS|tr " " "\n"`;
|
||||||
do
|
do
|
||||||
echo 'push "dhcp-option DNS '"$i"'"' >> ./server.conf
|
echo 'push "dhcp-option DNS '"$i"'"' >> /etc/openvpn/server.conf
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user