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
Hi i checked the sample from the readme and im happy that it works as expected, would like to ask if there's a chance that i can use the tun device to capture all traffic made by the device and send it to tun ,
I think you can do this by implementing the layer 3 protocols in your user space tun handler, and set the default route to go through your tun device, similar to how a VPN would work. But if capture/logging traffic is all you want it might be easier to just use wireshark Or tcpdump.
Hi i checked the sample from the readme and im happy that it works as expected, would like to ask if there's a chance that i can use the tun device to capture all traffic made by the device and send it to tun ,
I just want to create a flow like below
device -> (www.google.com) -> water( tunX) -> (proxy :port) -> internet
The text was updated successfully, but these errors were encountered: