You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it couldn't work inside browser because no TCP or UDP support in browser. Also you need consider if Tokio can work in browser as it's based on mio which using epoll/iocp/kqueue .
I am working on a browser extension to connect to my remote server and wonder if I can use ss-local inside the browser instead of relying on socks5.
The text was updated successfully, but these errors were encountered: