mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 13:43:30 +03:00
Fixed the path the installer.
This commit is contained in:
parent
1a494cd70f
commit
31049762e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue