From 4e5df42a7615510f8cfa8c98dbf8b961b58812a6 Mon Sep 17 00:00:00 2001 From: JackDoan Date: Mon, 11 May 2026 11:26:51 -0500 Subject: [PATCH] fix --- outside.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/outside.go b/outside.go index 72f03fd1..5aea566e 100644 --- a/outside.go +++ b/outside.go @@ -111,8 +111,7 @@ func (f *Interface) readOutsidePackets(via ViaSender, out []byte, packet []byte, // Relay packets are special if isMessageRelay { - f.handleOutsideRelayPacket(hostinfo, via, out, packet, h, fwPacket, lhf, nb, q, localCache) - + f.handleOutsideRelayPacket(hostinfo, via, out, packet, h, fwPacket, lhf, nb, q, localCache, meta) return }