嗨我试图将我的移动设备转换为代理服务器,我搜索网但无法找到正确的解决方案。
我想要做什么:
在Android上设置代理服务器,并在我的PC浏览器中使用该移动IP /代理IP地址作为代理。
在PC中,我们可以使用Squid代理为此目的,我正在搜索Android / Mobile的类似框架,将我的手机转换为代理服务器
嗨我试图将我的移动设备转换为代理服务器,我搜索网但无法找到正确的解决方案。
我想要做什么:
在Android上设置代理服务器,并在我的PC浏览器中使用该移动IP /代理IP地址作为代理。
在PC中,我们可以使用Squid代理为此目的,我正在搜索Android / Mobile的类似框架,将我的手机转换为代理服务器
Hi am trying to convert my mobile device as proxy server, I searched net but cant find proper solution.
What I am trying to do :
Setup proxy server on android and use that mobile IP/Proxy IP address in my PC browser as proxy.
In Pc we can use Squid Proxy for this purpose I am searching similar framework in Android/Mobile to convert my mobile into proxy server
您可以尝试 sandroproxy ,开发的免费应用程序由XDA开发人员成员Sandrobsupp。
它可以充当通过代理,流量未存储,SSL隧道 与服务器保持相同。
Sandroproxy不需要根。你需要做的就是击中 播放按钮和应用程序将作为SSL MITM代理(安全套接字 层in-middle-proxy)。您的http / https请求将是 通过Web服务器重定向,使您发送和接收的数据 不可见,因此受到保护。
您可以访问透明代理,网络图层代理,又反过来重定向手机所需的流量以进行代理识别。该代理修改的唯一流量是代理识别和授权绝对必要的流量。
在localhost上使用代理:8008
没有用它,但它看起来很有希望得到你想要实现的目标。
You could try SandroProxy, a free app developed by XDA Developers member SandroBSupp.
It can act as pass-through proxy, traffic is not stored, ssl tunnel remains the same to server.
SandroProxy doesnxe2x80x99t require root. All you need to do is to hit the Play button and the app will serve as an SSL MITM proxy (Secure Socket Layer Man-In- the -Middle-proxy). Your HTTP/HTTPS requests will be redirected through a web server, making your sent and received data invisible and, thus, protected.
You can access transparent proxy, a network layer proxy which, in turn, redirects the traffic needed by your phone for proxy identification. The only traffic that this proxy modifies are those which are absolutely necessary for proxy identification and authorization.
Uses proxy on localhost:8008
Haven't used it but it looks promising for what you're trying to achieve.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有