remove bind-interfaces

pull/16/head
necro-nemesis 6 years ago
parent 8e70d3b028
commit d7f99a9c2e

@ -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

@ -604,7 +604,7 @@ function SaveTORAndVPNConfig()
<?php
shell_exec('/etc/init.d/dnsmasq stop > /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 "<pre><strong>$output</strong></pre>";
} elseif (isset($_POST['StopLokinet'])) {
?>

Loading…
Cancel
Save