From d7f99a9c2eca3404fa22d84575aeba64111091bc Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Tue, 16 Apr 2019 18:49:12 -0400 Subject: [PATCH] remove bind-interfaces --- config/dnsmasq.conf | 1 - includes/functions.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/dnsmasq.conf b/config/dnsmasq.conf index 5cb921b..b8b9a5e 100644 --- a/config/dnsmasq.conf +++ b/config/dnsmasq.conf @@ -1,7 +1,6 @@ domain-needed interface=wlan0 dhcp-range=10.3.141.1,10.3.141.24,255.255.255.0,12h -bind-interfaces server=127.3.2.1 server=127.0.0.1 server=1.1.1.1 diff --git a/includes/functions.php b/includes/functions.php index c26f50d..70cb659 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -604,7 +604,7 @@ function SaveTORAndVPNConfig() /dev/null &'); $output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start'); - shell_exec('/etc/init.d/dnsmasq start --bind-interfaces > /dev/null &'); + shell_exec('/etc/init.d/dnsmasq start > /dev/null &'); echo "
$output
"; } elseif (isset($_POST['StopLokinet'])) { ?>