outline-sdk
outline-sdk copied to clipboard
Direct StreamDialer not working with lwIP device
I'm doing some testing based on the examples in x/outline-cli to read/write IP Packets from/to a TUN device.
I have gotten the example working with shadowsocks.NewStreamDialer
, but I'm unable to get it working with the direct transport.TCPDialer
(for bypassing certain hosts).
It seems to get stuck in the relay
function in lwip2transport
.
Am I missing something here? Or further implementation is required? I will diagnose further but just thought to check in whether someone has attempted this before.