fix: route cloud SSH to reachable router address

This commit is contained in:
benya
2026-07-23 12:52:21 +03:00
parent 9c81954eae
commit bb7221ef8b
11 changed files with 156 additions and 14 deletions
@@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rmm-agent-go-production
PKG_VERSION:=0.6.4
PKG_VERSION:=0.6.5
PKG_RELEASE:=1
PKG_MAINTAINER:=RMM OpenWrt
@@ -34,5 +34,5 @@ opkg install /tmp/rmm-agent-go-production_*.ipk
This package is intended for the final shell-to-Go migration when the router should keep the same RMM object identity.
Version `0.6.4` uses the cloud tunnel exclusively and no longer discovers or publishes the
Version `0.6.5` uses the cloud tunnel exclusively and no longer discovers or publishes the
router's public WAN addresses.