wstunnel icon indicating copy to clipboard operation
wstunnel copied to clipboard

Support transparent proxy on non-Linux platforms

Open yonas opened this issue 3 months ago • 3 comments

Is your feature request related to a problem? Please describe. No.

Describe the solution you'd like Support transparent proxying on FreeBSD, Mac OSX, etc.

yonas avatar Mar 08 '24 20:03 yonas

Do you have a spécial need for it ? As don't have any of those OS, it is kind of hard to me to develop for it

erebe avatar Mar 12 '24 07:03 erebe

@erebe Thanks, I don't have a special need for it right now. Let's leave this open to encourage someone to submit a PR.

yonas avatar Mar 12 '24 17:03 yonas

transparent proxy on macOS/FreeBSD can be made via:

  1. tun to socks5 tools to create an utun device and convert to socks5
  2. pf route-to directive

cattyhouse avatar Mar 12 '24 23:03 cattyhouse