A simple suffix domain matching pac.txt generator. Use it if you want to control the proxy list by your own at the domain level.
- Create and edit
blocklist.txt
andallowlist.txt
. One domain for a line. comments(#
) are supported. - Run
Run.bat
. - Create symbol link for your proxy tool, e.g.
mklink
in CMD.
null
seems to be faster thanundefined
JSON.parse
seems to be faster than literal object- Inspired by the pac.txt from ssr
Object.hasOwn
is too new. It only works with FF >= 92 and Chrome >= 93
- 打开浏览器F12的Console
- 输入
__PROXY__='PROXY;'
- 复制pac.txt里的内容输入
FindProxyForURL('','xxx')
- 改用Set?但初始化列表一次,传进Set又一次,不知道效率如何