kinnay / NintendoClients

Python package to communicate with Switch, Wii U and 3DS servers
MIT License
537 stars 63 forks source link

SOCKS5 Proxy Support #79

Open TheGreatRambler opened 2 years ago

TheGreatRambler commented 2 years ago

Is it possible to route all websocket traffic through a SOCKS5 proxy using PySocks?

kinnay commented 2 years ago

Probably not easily. PySocks doesn't seem to support anyio.

Maybe we can enable proxies with python-socks though.

Why do you want to route the traffic through a proxy?

TheGreatRambler commented 2 years ago

I was thinking as a measure of safety