English
English
Theme
English
English
Theme
There are generally three ways to bypass the proxy: system proxy bypass, TUN traffic exclusion, and custom routing rules.
If you use system proxy, you can configure proxy bypass rules to specify which requests do not use the system proxy.
Example: Bypass the system proxy for requests sent to 10.1.2.*
(localhost and LAN addresses also don’t need proxy).
If you use TUN mode, you can configure TUN traffic exclusion rules to specify which traffic should not be routed through TUN.
For TUN configuration, please refer to the TUN Configuration Documentation.
Custom routing rules decide how requests are routed.
Example:
10.11.12.0/24
subnet use direct connection.baidu.com
use a specified outbound.rules:
- IP-CIDR,10.11.12.0/24,DIRECT,no-resolve
- DOMAIN-SUFFIX,baidu.com,OutboundName
For rule configuration, please refer to the Rules Configuration Documentation.