summarylogtreecommitdiffstats
path: root/netease-cloud-music-unblock-enhanced
diff options
context:
space:
mode:
Diffstat (limited to 'netease-cloud-music-unblock-enhanced')
-rwxr-xr-xnetease-cloud-music-unblock-enhanced2
1 files changed, 0 insertions, 2 deletions
diff --git a/netease-cloud-music-unblock-enhanced b/netease-cloud-music-unblock-enhanced
index b713acf9301f..1db37821e1bb 100755
--- a/netease-cloud-music-unblock-enhanced
+++ b/netease-cloud-music-unblock-enhanced
@@ -2,8 +2,6 @@
trap 'kill $(jobs -p)' SIGINT SIGTERM EXIT
name=netease-cloud-music-unblock-enhanced
cd /usr/share/$name
-certutil -d sql:$HOME/.pki/nssdb -D -n $name
-certutil -d sql:$HOME/.pki/nssdb -A -i './ca.crt' -n $name -t C,,
port=($(comm -23 <(seq 49152 65535 | sort) <(ss -Htan | awk '{print $4}' | cut -d':' -f2 | sort -u) | shuf | head -n 2))
node ./app.js -p ${port[0]}:${port[1]} "$@" &
export all_proxy=http://127.0.0.1:${port[0]}