Skip to content

Commit

Permalink
Set the DNS to the TorBox internal IP
Browse files Browse the repository at this point in the history
  • Loading branch information
radio24 committed Jan 23, 2024
1 parent 47b943f commit 96cac0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/openvpn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ verb 3" >>$OPENVPN_CONF
echo "proto udp" >>$OPENVPN_CONF_PATH/client-template.txt
echo "explicit-exit-notify" >>$OPENVPN_CONF_PATH/client-template.txt
echo "remote $IP $PORT
dhcp-option DNS 192.168.44.1
dev tun
resolv-retry infinite
nobind
Expand Down

0 comments on commit 96cac0b

Please sign in to comment.