mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
This app makes it easier to work with AirOS devices. So far, only monitoring is implemented. Signed-off-by: Nick Hainke <vincent@systemli.org>
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
config device 'sample_ap' # make sure to not use dashes in name
|
|
option target '192.168.1.20'
|
|
option username 'ubnt'
|
|
option password 'ubnt'
|
|
|
|
#config device 'sample_ap1'
|
|
# option target '10.31.81.21'
|
|
# option username 'ubnt'
|
|
# option password '...'
|