You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 directtransport.TCPDialer
(for bypassing certain hosts).It seems to get stuck in the
relay
function inlwip2transport
.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.
The text was updated successfully, but these errors were encountered: