Fixes bug. Generate PAC file by local address.
This commit is contained in:
@ -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__;
|
||||
|
||||
|
Reference in New Issue
Block a user