From 815801a7db71408269718c6c9d9c587cd1167a72 Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 23 Dec 2025 22:24:21 +0300 Subject: [PATCH] zapret-auto: preserve interface name in rst send --- lua/zapret-auto.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/zapret-auto.lua b/lua/zapret-auto.lua index 96f8028..68d6060 100644 --- a/lua/zapret-auto.lua +++ b/lua/zapret-auto.lua @@ -164,7 +164,7 @@ function standard_failure_detector(desync, crec) dis.ip6.ip6_flow = desync.track.pos.reverse.ip6_flow end DLOG("standard_failure_detector: sending RST to retransmitter") - rawsend_dissect(dis) + rawsend_dissect(dis, {ifout = desync.ifin}) end end end