InvisibleManVPN / InvisibleMan-TUN

Tunneling service for Invisible Man applications (uses tun2socks and wintun)
MIT License
6 stars 1 forks source link

not working in windows 11 #6

Closed hosseinkhojany closed 1 year ago

hosseinkhojany commented 1 year ago

It can be seen here that no adapter has been created in the Windows connections section Screenshot 2023-05-04 213000

InvisibleManVPN commented 1 year ago

Hi @hosseinkhojany! Thanks for this issue. You need to write your own client to communicate with this service and then send your enable/disable commands to it. It cannot be used without any client. Your client should send its commands to this service from a socket. For more information read this. Also, we used this service in our Invisible Man - XRay product. You can read InvisibleMan-XRay/Handlers/Services/TunnelService.cs file to know how we communicated the app with this service.

Update: If you just want to create an adapter, the best way is to use tun2socks.

hosseinkhojany commented 1 year ago

Thanks