How can I get the client IP Address from inside a Ruby script that is launched by xinetd through a stream socket?
In PHP I would just use stream_socket_get_name(STDIN, true);
Thanks in advance!
How can I get the client IP Address from inside a Ruby script that is launched by xinetd through a stream socket?
In PHP I would just use stream_socket_get_name(STDIN, true);
Thanks in advance!
After searching a lot for the solution, and even trying to ask on the #ruby channel on Freenode and being completely ignored, I've finally found the solution:
Hope this helps someone!