只在必要时使用代理,怎么设置? #1110
Replies: 1 comment 1 reply
-
I usually have two client instances of V2Ray running: 1. Blacklist instance Using GFW filter list, any domain known to be blocked in the list is directed through the proxy. Any other traffic is sent direcly to internet. This list is based on the GFW list, which is much better than the list proivded by default. These files are downloaded from:
2. Whitelist instance This instance is more restrictive (more international sites are sent through the proxy even if they are not blocked), it uses the CN geolocation filter to identify local sites (which are sent directly to the internet). All international sites are directed to the proxy.
The first option limits the amount of traffic sent to the proxy, but sometimes, some other lesser-known blocked domains are not covered in the list. In that case I switch to the second client. For Android, it's very easy, thanks to the multiple profiles you can define in V2RayNG and similar apps. Note that the "outboundTag" must have been defined accordingly for each output. For example:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
如下设置,访问microsfot.com时没有用到代理
但是,由于github.com属于微软,这样设置时,访问不了。
改成如下设置
github可以访问,但是访问microsoft.com时,一些域名会使用代理
需要访问microsoft.com时不使用任何代理,同时可以访问github.com。
也就是,只在必要时使用代理。
有办法吗?
Beta Was this translation helpful? Give feedback.
All reactions