Final Rule
The FINAL rule must be written after all other rules. It defines the default policy for requests which are not matched by any other rules. If the configuration contains no FINAL rule, Chute behaves as if FINAL,DIRECT were appended.
Example:
[Rule]
DOMAIN-SUFFIX,company.com,ProxyA
DOMAIN-KEYWORD,google,DIRECT
GEOIP,US,DIRECT
IP-CIDR,192.168.0.0/16,DIRECT
FINAL,ProxyB