mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-11 11:23:28 +02:00
feat: add identity_key support in repeater configuration and update related logic in config handling
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user