From d9b5fb2d271311077dad4d1e6cb792ed47ca796b Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 15 Jan 2018 05:28:12 +0100 Subject: Fix dnsmasq of tethapp --- tethapp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tethapp.sh b/tethapp.sh index ed0e61f..969608c 100755 --- a/tethapp.sh +++ b/tethapp.sh @@ -64,6 +64,8 @@ else interface="${2}" fi +echo "${interface_internet}" + # sudo iw dev wlp3s0 interface add wlan1 type station sudo pkill dnsmasq @@ -76,10 +78,8 @@ echo "Configuration de DNSQMASQ" cat <<< $( echo " -address=/#/${ip} listen-address=${ip} interface=${interface} -#bind-interfaces dhcp-range=${dhcp_range}" ) > /tmp/dnsmasq_hotspot.conf -- cgit v1.2.3