-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathip.list
18 lines (14 loc) · 945 Bytes
/
ip.list
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Turnout IP/CIDR rules
// This program was designed to select routes automatically.
// You are encouraged to install as few custom rules as possible.
// If a hostname is available it is passed to and resolved by the proxy in some way Turnout does not know.
// Therefore the routing decision Turnout makes is based solely on the result from the system resolver.
// If the system resolver may provide bogus result, you need to take that into consideration when writing rules.
// IP/CIDRs below SHOULD NOT be overlapping each other.
// Destinations with specific routes are exempt from speed check.
// Format (Remove the leading // to take effect)
//1 192.168.0.0/16 Select route 1
//2 8.8.8.8 Select route 2
//-1 127.0.0.0/8 Destinations with route -1 will be blocked
//2 ELSE Special rule matching any unmatched destinations
//0 17.0.0.0/8 Select route automatically (used with ELSE rule)