Skip to content

Smart Router Module

Michael.X edited this page Feb 6, 2023 · 3 revisions

1. Smart routing module function:

The Smart routing module is responsible for judging whether to go through the proxy, it can be used basically without setting, and achieves the best effect.
Of course, you can also customize the rules.

  • Automatically identify inside/outside websites
  • Realize local DNS service, by resolving DNS remotely on the server, avoid DNS pollution
  • Automatically try a direct connection, and then pass through a proxy if it fails, and remember the best connection method to improve the speed of the next connection.
  • Built-in DNS resolution service, which can provide DNS resolution for other devices
  • It is possible to specify certain websites to pass through the proxy or not to pass through the proxy
  • The ad filtering function can be turned on, and the ip or domain name that needs to be filtered can be customized
  • Support http/socks4/socks5/Linux RED protocol

smart router con general

2. Use

  • The proxy listens on port 8086 The DNS port is opened on 53 by default, and if the authority is restricted, it will be opened on 8053.

  • Configure SwitchyOmega or the corresponding proxy settings to use port 8086

  • By default, the module will first try to directly connect to the target server, then try to use GAEProxy, and finally try X-Tunnel

3. Configuration rules

  • Blacklist -> GAEProxy
  • Blacklist -> X-Tunnel
  • All -> SmartRouter
  • All -> X-Tunnel

The blacklist is a collection of domain names blacklisted by GFW on the Internet. This list quickly judges commonly used large websites, but the update is not timely. Most users of GAEProxy will not use it. X-Tunnel is the official proxy channel. The default is to use SmartRouter intelligent routing. If you need to go through the proxy globally, select "All -> X-Tunnel"

refer to

Manually modify the listening port

Clone this wiki locally