feat: add identity_key support in repeater configuration and update related logic in config handling

This commit is contained in:
Lloyd
2026-03-27 10:16:10 +00:00
parent 8babc375f2
commit 031f7b5e47
4 changed files with 23 additions and 13 deletions
+5
View File
@@ -20,6 +20,11 @@ repeater:
# If not specified, a new identity will be generated
identity_file: null
# Identity key (alternative to identity_file)
# Store the private key directly in config as binary (set by convert_firmware_key.sh)
# If both identity_file and identity_key are set, identity_key takes precedence
# identity_key: null
# Duplicate packet cache TTL in seconds
cache_ttl: 3600