Browse Source

add npm proxy doc

master
master 12 months ago
parent
commit
d692cdd16d
  1. 1
      .gitignore
  2. 12
      README.md

1
.gitignore vendored

@ -1,2 +1,3 @@
package-lock.json
node_modules/ node_modules/
tmp/ tmp/

12
README.md

@ -136,3 +136,15 @@ https://herounion.filesite.io/api/stats/
## 参考
npm install 使用代理,本地socks转web proxy软件:
```
https://www.npmjs.com/package/http-proxy-to-socks
```
启动代理软件:
```
hpts -s 127.0.0.1:1080 -p 8002
```

Loading…
Cancel
Save