InvisibleManVPN / InvisibleMan-TUN

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

Fix bug in creating multiple network adapters #10

Closed InvisibleManVPN closed 2 weeks ago

InvisibleManVPN commented 2 weeks ago

When you were running the app, it created a new network adapter profile and added an incremental number to it. In fact, it didn't remove the old profile so it generates a new one. In this fix, I resolved this issue.