modified: nfig1.py
[GalaxyCodeBases.git] / etc / agfw / genpac / test / config.ini
blobcd0a30ff8efcbb448a7bc687d35336edcd198692
1 [config]
2 ; PAC文件中的代理
3 ; 注: 如果配置的是多条可选项,应使用引号包围,如下面的例子
4 proxy = "SOCKS5 127.0.0.1:9527; PROXY 127.0.0.1:9580; DIRECT"
6 ; gfwlist获取相关设置
7 ; 完全禁止使用gfwlist 默认 false
8 ; gfwlist-disabled = false
9 ; 获取gfwlist时的代理
10 ; gfwlist-proxy = SOCKS5 127.0.0.1:9527
11 ; gfwlist文件网址,留空使用默认,值为`-`则表示不在线获取
12 ; gfwlist-url = https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt
13 ; gfwlist本地文件,在线地址获取失败时读取本地
14 ; gfwlist-local = /PATH/TO/GFWLIST/LOCAL
15 ; 更新本地gfwlist文件 默认 false
16 ; 当成功获取在线的gfwlist文件并且gfwlist-local存在,是否更新gfwlist-local
17 update-gfwlist-local = false
19 ; 是否压缩,默认 false
20 compress = fasle
21 ; 是否使用精确匹配 默认 false
22 precise = false
24 ; 用户自定义规则文件,可使用`,`分割多个文件
25 user-rule-from = test/user-rules-direct.txt,test/user-rules-proxy.txt
26 ; 输出文件 该值为空或`-`则输出到stdout
27 output = /dev/null