重定向后从 iptables 检索原始目的地
我正在编写一个通用的应用程序代理。
我想使用它作为透明代理,我最初的计划是使用带有重定向规则的 iptables 将所有连接转发到我的应用程序代理。
当然,这里的问题是我的应用程序代理丢失了有关预期目的地的信息。
是否可以查询 iptables 来检索最初的预期收件人? 任何其他可能解决此问题的解决方案也将受到赞赏!
I'm writing an application proxy for generic use.
I want to use this as a transparent proxy, where my original plan is to use iptables with a REDIRECT rule forward all connections to my application proxy.
The problem here is of course, that my application proxy lose the information about the intended destination.
Is it possible to query iptables to retrieve the originally intended recipient?
Any other possible solution to this problem is also appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这就是您正在寻找的?
我认为你应该能够将其转换为类似于 python 的东西。
Perhaps this is what you were looking for?
I think you should be able to convert that to something similar for python.