This commit is contained in:
Darko Lukić 2018-05-20 20:04:43 +02:00 committed by GitHub
parent 473f26e228
commit 1fd5f9903c

View file

@ -34,7 +34,7 @@ interface=wlan0
address=/googleapis.com/192.168.12.1 address=/googleapis.com/192.168.12.1
address=/android.com/192.168.12.1 address=/android.com/192.168.12.1
EOF EOF
sudo systemctl restart dnsmasq #sudo systemctl restart dnsmasq
# Populate `/etc/dhcpcd.conf` file # Populate `/etc/dhcpcd.conf` file
sudo bash -c 'cat > /etc/dhcpcd_.conf' << EOF sudo bash -c 'cat > /etc/dhcpcd_.conf' << EOF
@ -58,7 +58,7 @@ static domain_name_servers=192.168.12.1
interface wlan0 interface wlan0
fallback static_wlan0 fallback static_wlan0
EOF EOF
sudo systemctl restart dhcpcd #sudo systemctl restart dhcpcd
# Populate `/etc/create_ap.conf` file # Populate `/etc/create_ap.conf` file
sudo bash -c 'cat > /etc/create_ap.conf' << EOF sudo bash -c 'cat > /etc/create_ap.conf' << EOF