Fixed Topology Graph Mappings (#14)

Added advanced debug levels

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2026-07-13 20:31:21 +01:00
parent 855b282c54
commit 96217c45f6
8 changed files with 183 additions and 1 deletions
+3
View File
@@ -7,6 +7,8 @@
# 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 = 10.10.10.1
lan_if = br-lan
@@ -15,3 +17,4 @@ inform_interval = 10
enable_announce = 1
enable_inform = 1
enable_logging = 0
protocol_debug_level = 0