packages/utils/ubnt-manager/files/ubnt-manager.config
Nick Hainke e4a8d3fc29 ubnt-manager: add ubnt-manager
This app makes it easier to work with AirOS devices. So far, only monitoring is implemented.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-04-04 15:36:02 +02:00

9 lines
256 B
Text

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 '...'