This commit is contained in:
parent
473f26e228
commit
1fd5f9903c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue