Skip to content

Commit

Permalink
[22.7344941279779,114.225220389646] fixed a bug for working in new ba…
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Nov 27, 2015
1 parent ccd1478 commit 1b317f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bricks
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ function FindProxyForURL(url, host) {
return 'DIRECT';
}
EOF)
EOF
)
echo $strPac > $opFile
echo 'Done :)'
echo "Rules: $length items."
Expand Down Expand Up @@ -264,7 +265,8 @@ IP-CIDR,127.0.0.0/8,DIRECT
GEOIP,CN,DIRECT
FINAL,Proxy
EOF)
EOF
)
echo "$strConf" > $opFile
echo 'Done :)'
echo "Rules: $length items."
Expand Down

0 comments on commit 1b317f9

Please sign in to comment.