File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- # RULE file aims to be a minimal configuration file format that's easy to read
2- # due to obvious semantics. Each line in the file represents a rule, and each
3- # rule consists of mode and glob. Mode is a character that describes whether
4- # the host should be accessed through a proxy, and the glob is a glob-style
5- # string.
1+ # Rule file aims to be a minimal configuration file format that's easy to read due to obvious semantics. Each line in
2+ # the file represents a rule, and each rule consists of mode and glob. Mode is a character that describes whether the
3+ # host should be accessed through a proxy, and the glob is a glob-style string.
64#
75# Glob patterns:
86# h?llo matches hello, hallo and hxllo
119# h[^e]llo matches hallo, hbllo, ... but not hello
1210# h[a-b]llo matches hallo and hbllo
1311#
14- # This is a normal RULE document:
12+ # This is a normal rule.ls document:
1513# L a.com a.a.com
1614# R b.com *.b.com
1715# B c.com
You can’t perform that action at this time.
0 commit comments