Skip to content

Commit

Permalink
chore: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn committed Jul 2, 2024
1 parent 22165f9 commit 9702f0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ etag-cache = true
[job:pac]
# PAC文件中的代理 必须 默认: 空
# 注: 如果配置的是多条可选项,最好使用引号包围,如下面的例子
pac-proxy = "SOCKS5 127.0.0.1:1080; DIRECT"
pac-proxy = "SOCKS5 127.0.0.1:1080; SOCKS 127.0.0.1:1080; DIRECT"
# 压缩,默认 false
# pac-compress = false
# 精确匹配 默认 false
# pac-precise = false
output = ./pac.js
output = ./gfwlist.pac

# 相同的格式可重复出现
[job:pac]
Expand All @@ -91,8 +91,8 @@ gfwlist-url = https://raw.githubusercontent.com/gfwlist/tinylist/master/tinylist
gfwlist-local = ./tinylist-local.txt
gfwlist-update-local = true
gfwlist-decoded-save = ./tinylist-decoded.txt
pac-proxy = "SOCKS5 127.0.0.1:1080; DIRECT"
output = ./pac-tiny.js
pac-proxy = "SOCKS5 127.0.0.1:1080; SOCKS 127.0.0.1:1080; DIRECT"
output = ./tinylist.pac

# list: 规则列表
# 与GFWLIST相似的base64编码
Expand Down

0 comments on commit 9702f0f

Please sign in to comment.