fix: validate router tunnel endpoints

This commit is contained in:
benya
2026-07-30 01:29:55 +03:00
parent bb7221ef8b
commit 8a9f69dd07
13 changed files with 211 additions and 41 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
# OpenWrt RMM Agent
Current stable Go agent: `0.6.5`. It reports runtime health, pending command results,
and the last heartbeat transport error after connectivity is restored.
Current stable Go agent: `0.6.6`. It reports runtime health, pending command results,
and the last heartbeat transport error after connectivity is restored. Its OpenWrt
dependency uses the virtual `ip` provider, so either `ip-tiny` or `ip-full` can satisfy it.
Production package upgrades restart an already running agent so the new binary takes effect.
Production Go agent for OpenWrt, with the shell implementation retained as a fallback runtime.