Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nondanee committed Aug 12, 2018
1 parent b61495b commit 154e9e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unblockneteasemusic",
"version": "0.1.2",
"version": "0.1.4",
"description": "An agent server for netease cloud music pc version",
"main": "proxy.js",
"bin": "app.js",
Expand Down
1 change: 0 additions & 1 deletion proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ var server = http.createServer(function(req, res){
if(req.url == '/proxy.pac'){//pac rule

var hostObj = url.parse('http://' + req.headers.host)
console.log(hostObj)
res.writeHead(200, {'Content-Type': 'application/x-ns-proxy-autoconfig'})
res.end(`
function FindProxyForURL(url, host) {
Expand Down

0 comments on commit 154e9e0

Please sign in to comment.