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
There is a valid enough reason to try adding socks5 proxy URLs and that is an implementation that the requests and curl library uses for connecting proxies. While there isn't any RFCs mentioning a default port for socks4 proxies, the socks5 protocol specifies a default port number mapped to port number 1080 for TCP Related connections however this could also be the default setting for UDP connections also. https://datatracker.ietf.org/doc/html/rfc1928#section-3 I thought I would discuss this idea here before I attempt to waste my time any further creating a pull request for it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
There is a valid enough reason to try adding socks5 proxy URLs and that is an implementation that the requests and curl library uses for connecting proxies. While there isn't any RFCs mentioning a default port for socks4 proxies, the socks5 protocol specifies a default port number mapped to port number 1080 for TCP Related connections however this could also be the default setting for UDP connections also. https://datatracker.ietf.org/doc/html/rfc1928#section-3 I thought I would discuss this idea here before I attempt to waste my time any further creating a pull request for it.
All reactions