13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
# enable interface monitor mode and define wifi interface to be mon0
|
|
set wifi.interface wlan0mon
|
|
|
|
# api listening on http://127.0.0.1:8081/ and ui to http://127.0.0.1
|
|
set api.rest.address 127.0.0.1
|
|
set api.rest.port 8081
|
|
set api.rest.username shikigotchi
|
|
set api.rest.password shikigotchi
|
|
set api.rest.websocket true
|
|
|
|
# go!
|
|
api.rest on
|