parent
545d604de1
commit
3c298805de
11
README.md
11
README.md
|
@ -151,6 +151,7 @@ sudo systemctl start dnsmasq
|
||||||
|
|
||||||
Configure the AP itself:
|
Configure the AP itself:
|
||||||
|
|
||||||
|
|
||||||
Edit the config:
|
Edit the config:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -187,6 +188,16 @@ DAEMON_CONF="/etc/hostapd/hostapd.conf"
|
||||||
|
|
||||||
Exit and save.
|
Exit and save.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Now set your Wifi country code for the interface:
|
||||||
|
|
||||||
|
`sudo raspi-config` > "Localisation Options" > "WLAN Country" > Select your country code by pressing Enter > "Ok" > "Finish"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Now enable and start all required services and restart:
|
Now enable and start all required services and restart:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue