What kind of proxy. You can't connect to a chess server via an HTTP proxy
because chess servers require a full duplex (two way) connection and HTTP is a
request-response protocol (you ask for a page and get it in response, but the
server can't send you something by itself).
If the intention was a SOCKS proxy, then there's already a request for this: https://sourceforge.net/tracker/index.php?
func=detail&aid=683475&group_id=50386&atid=459540
Closing as duplicate.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=503759
What kind of proxy. You can't connect to a chess server via an HTTP proxy
because chess servers require a full duplex (two way) connection and HTTP is a
request-response protocol (you ask for a page and get it in response, but the
server can't send you something by itself).
If the intention was a SOCKS proxy, then there's already a request for this:
https://sourceforge.net/tracker/index.php?
func=detail&aid=683475&group_id=50386&atid=459540
Closing as duplicate.