Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
unblock-netease-music
Advanced tools
一个基于 koa 的网易云音乐的代理,用于海外解锁及替换版权歌曲的播放地址
从 2.0 版本开始,本代理仅支持服务端部署。standalone 分支已停止更新,无法使用。
/server_config/nginx.conf.sample
/server_config/sniproxy.conf.sample
sudo npm install unblock-netease-music -g
nohup unblockneteasemusic &
version: '2'
services:
unblockneteasemusic:
image: itjesse/unblockneteasemusic
command: "-k -q -r"
restart: always
unblockneteasemusic-nginx:
image: itjesse/unblockneteasemusic-nginx
links:
- unblockneteasemusic
ports:
- 80:80/tcp
restart: always
unblockneteasemusic -h
Usage: unblockneteasemusic [options]
Options:
-h, --help output usage information
-p, --port <port> Specific server port.
-f, --force-ip <ip> Force the netease server ip.
-k, --kugou Find copyright music on Kugou.
-q, --qq Find copyright music on QQ Music.
-r, --rewrite-url Rewrite music download url, let client download file through proxy.
向 hosts 文件中添加一行:<Server IP> music.163.com
OSX 用户请务必不要更新客户端到 1.4.3 以上的版本。 下载链接
Windows 用户请务必不要更新客户端到 2.0.2 以上的版本。 下载链接
新版客户端现在可以使用该代理解决海外限制,但是无法替换版权歌曲的播放地址。
GPLv3
FAQs
A proxy server for Netease Music...
We found that unblock-netease-music demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.