We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
构造多重代理的情况下,比如在V2Ray之后挂一层Tor或I2P,也可能再挂一层Clash,如果恶意网站故意绕过第二层代理?V2Ray采用VPN模式,第二层代理肯定不能用VPN模式了,否则会关闭当前的V2Ray;因此第二层代理必须用本机代理的模式,才可能构造多重代理。这时,第二层代理不用VPN模式,恶意网站可能故意绕过在127.0.0.1(localhost)设置的代理;虽然还是要通过V2Ray的VPN,但是第一层代理就发现了用户的真实IP地址和目标网站的域名。因为安卓不能同时开两个VPN,开第二个VPN会杀死上一个VPN连接,所以希望可以在多重代理的情况下禁止某些应用联网。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
构造多重代理的情况下,比如在V2Ray之后挂一层Tor或I2P,也可能再挂一层Clash,如果恶意网站故意绕过第二层代理?V2Ray采用VPN模式,第二层代理肯定不能用VPN模式了,否则会关闭当前的V2Ray;因此第二层代理必须用本机代理的模式,才可能构造多重代理。这时,第二层代理不用VPN模式,恶意网站可能故意绕过在127.0.0.1(localhost)设置的代理;虽然还是要通过V2Ray的VPN,但是第一层代理就发现了用户的真实IP地址和目标网站的域名。因为安卓不能同时开两个VPN,开第二个VPN会杀死上一个VPN连接,所以希望可以在多重代理的情况下禁止某些应用联网。
The text was updated successfully, but these errors were encountered: