通过 xinetd 从 Ruby 脚本获取客户端 IP
如何从 xinetd 通过流套接字启动的 Ruby 脚本中获取客户端 IP 地址? 在 PHP 中,我只使用 stream_socket_get_name(STDIN, true);
提前致谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过大量搜索解决方案,甚至尝试在 Freenode 上的 #ruby 频道上询问并被完全忽略后,我终于找到了解决方案:
希望这对某人有帮助!
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!