From 6c11cbf21e1ca2a68cc725dd272225ee13f89b53 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Fri, 19 Jun 2026 17:56:44 -0500 Subject: [PATCH] deploy(irc): allow GX10 node RPC source --- apps-gx10/irc/irc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps-gx10/irc/irc.yaml b/apps-gx10/irc/irc.yaml index 71fe949..06abb0c 100644 --- a/apps-gx10/irc/irc.yaml +++ b/apps-gx10/irc/irc.yaml @@ -667,7 +667,7 @@ data: } rpc-user flowercore-readonly { - match { ip 10.42.*; } + match { ip 10.42.*; ip 10.0.56.14; } password "__RPC_PASSWORD__"; rpc-class readonly; }