-
|
@doronz88 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
I don't see how this can be achieved without implementing a user-mode IP-stack. If you think otherwise is possible, feel free to submit a PR |
Beta Was this translation helpful? Give feedback.
-
|
As a workaround for this you can setuid a small program that bridges a utun to a uds. I've released the code to do this. That way, at least, you don't have to run any of the python stuff as root. go-ios avoids this by using a soft tcp stack instead of a utun, which... is a terrible solution... on MacOS this is best avoided by reusing the system rsd tunnel instead of trying to make your own |
Beta Was this translation helpful? Give feedback.
That is very non trivial and complicated to achieve. Also, any bug will be very difficult to debug so I won't implement it myself, but if someone else offer to make a Python package implementing it, I will add an option for it.
BTW, it will also be much much much slower