From f7cc437d88cb49ed25814b593f5bb8ce3a0f2fec Mon Sep 17 00:00:00 2001 From: JackDoan Date: Mon, 11 May 2026 11:26:51 -0500 Subject: [PATCH] fix --- outside.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outside.go b/outside.go index ac0e6e97..aba1ffec 100644 --- a/outside.go +++ b/outside.go @@ -120,7 +120,7 @@ func (f *Interface) readOutsidePackets(via ViaSender, out []byte, packet []byte, } return } - 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 }