diff --git a/includes/functions.php b/includes/functions.php index cd9d1a4..c26f50d 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -602,7 +602,9 @@ function SaveTORAndVPNConfig() Starting Lokinet background daemon process. /dev/null &'); $output = shell_exec('sudo /home/pi/loki-network/lokilaunch.sh start'); + shell_exec('/etc/init.d/dnsmasq start --bind-interfaces > /dev/null &'); echo "
$output
"; } elseif (isset($_POST['StopLokinet'])) { ?>