Add double quote to localhost in pac template.

This commit is contained in:
Chen Yufei
2012-11-23 13:12:49 +08:00
parent 0fb45dedfb
commit 38e18acce9

4
pac.go
View File

@@ -13,8 +13,8 @@ var pacRawTmpl = `var direct = 'DIRECT';
var httpProxy = 'PROXY {{.ProxyAddr}}; DIRECT';
var directList = [
localhost,
0.1,
"localhost",
"0.1",
"{{.DirectDomains}}"
];