Replies: 2 comments 1 reply
-
why not just write to the tun interface? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don't know how. i'm pretty new to networking, I want to intercept packets from other interfaces and inject it to tun2socks without using routing table, because i want to send traffic for only some applications. I figured out the intercepting part for windows. can i read raw packets from tun2socks? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to inject IPv4 packets to a tun2socks interface, i tried forking tun2socks library and using
stack.WriteRawPacket
but can't make it work.I can't find any gvisor documentation or example. does anyone has any suggestion or link to an example or documentation on how to do this? any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions