-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何实现ip地址 真正的转发 #10
Comments
具体使用的什么协议,这是设置 TCP 转发的。 |
我想把 106.39.151.30:80 的HTTP 访问 映射到 127.0.0.1:80,配置无效是啥原因呢。 # 我希望本次请求被映射到 127.0.0.1:80
curl 106.39.151.30:80 -v |
@jiangshengxin PortProxy 用于设置入站转发,而你的案例属于出站转发。 举个例子,你的监听端口必须是安装在本地上的某张网卡的 IP 地址,其他终端或本机的应用程序访问该端口会转发到另一地址。 |
这种出战转发有办法实现吗 |
不支持,你可能需要使用其他软件。 |
①hdwwiz.exe |
我现在才看的很多人的评论,我很早之前已经实现了 @HeiZiSama 不错思路就是你这种,不过我是开发了一个界面软件,可以同时增加网卡和修改地址转发 参考下载地址 http://route.lozn.top:88/lozn/ @zmjack @sxin0 |
只有个内网穿透npc,没有这个软件 |
|
实现出站转发的一种方式 |
出站转发, 又找到几个新工具: 1: Multi Port Forwarder 2:StreamDivert |
我要实现任意地址ip拦截变成我设置的地址,但是我发现,不管内网,或者外网地址,都无法实现,没效果, 我研究这个是用于研究逆向外挂授权服务器,因为服务器是ip直接访问,不用域名,因此dns服务器这种方式没法行了.
The text was updated successfully, but these errors were encountered: