Fixes bug. Generate PAC file by local address.

This commit is contained in:
Qiu Yuzhou
2018-09-21 11:55:36 +08:00
parent 0e2399ae73
commit 53aff531fa
3 changed files with 31 additions and 12 deletions

View File

@ -1,7 +1,7 @@
// Generated by gfwlist2pac in precise mode
// https://github.com/clowwindy/gfwlist2pac
var proxy = "SOCKS5 127.0.0.1:__SOCKS5PORT__; SOCKS 127.0.0.1:__SOCKS5PORT__; DIRECT;";
var proxy = "SOCKS5 __SOCKS5ADDR__:__SOCKS5PORT__; SOCKS __SOCKS5ADDR__:__SOCKS5PORT__; DIRECT;";
var rules = __RULES__;