Files
OpenUniFi/files/openuf.conf
T
2026-07-14 19:32:02 +01:00

22 lines
881 B
Plaintext

# openuf — configuration
#
# controller_ip: UniFi controller IP address or hostname; when empty,
# autodetect from the IPv4 default-route gateway
# lan_if: primary LAN interface (used for the AP MAC and IP)
# ufmodel: emulated model (u6-inwall recommended)
# inform_interval: seconds between inform requests (minimum 5)
# enable_announce: 1=enable UDP discovery (port 10001)
# enable_inform: 1=enable HTTP inform requests (adoption and telemetry)
# enable_logging: 1=enable logging to /var/log/openuf.log (default: off)
# protocol_debug_level: 0=off, 1=safe response structure,
# 2=full decrypted response; may expose credentials
controller_ip =
lan_if = br-lan
ufmodel = uapg2-ac-lr
inform_interval = 10
enable_announce = 1
enable_inform = 1
enable_logging = 0
protocol_debug_level = 0