相关问题
ShouldApplySendThrough currently ignores the freedom (direct) protocol, so sendThrough does not apply. I suggest changing the condition to allow direct connections to use interface binding.
描述你希望的解决方案
Change the condition in ShouldApplySendThrough from:
if (outbound.protocol is "freedom" or "blackhole" or "dns" or "loopback")
{
return false;
}
to:
if (outbound.protocol is "blackhole" or "dns" or "loopback")
{
return false;
}
This allows freedom (direct) connections to use sendThrough for interface binding.
描述你所考虑的替代方案
No response
我确认已查询历史issues
相关问题
ShouldApplySendThrough currently ignores the freedom (direct) protocol, so sendThrough does not apply. I suggest changing the condition to allow direct connections to use interface binding.
描述你希望的解决方案
Change the condition in
ShouldApplySendThroughfrom:to:
This allows
freedom(direct) connections to usesendThroughfor interface binding.描述你所考虑的替代方案
No response
我确认已查询历史issues