I'd like to periodicity check if my SOCKS 5 server is working fine. Just pinging the server or successfully connecting to the SOCKS service is not enough for me. I'd like to check that the server is actually working, by successfully downloading an HTML file, for example (Or any other reasonable way).
How should I check it? How can I do it?
Thanks.