Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
UnblockNeteaseMusic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror From Github
UnblockNeteaseMusic
Commits
274df874
Commit
274df874
authored
5 years ago
by
Silvan
Browse files
Options
Downloads
Patches
Plain Diff
fix migu
parent
ea031c93
No related branches found
Branches containing commit
Tags
0.1.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-0
2 additions, 0 deletions
README.md
provider/migu/migu.go
+1
-1
1 addition, 1 deletion
provider/migu/migu.go
with
3 additions
and
1 deletion
README.md
+
2
−
0
View file @
274df874
...
...
@@ -41,5 +41,7 @@ sudo ./UnblockNeteaseMusic
本应用获取music.163.com的IP是通过本机直接查询,非nodejs版本请求music.httpdns.c.163.com获取
已知:windows版本的网易云音乐需要在应用内设置代理 127.0.0.1 端口 80
咪咕源貌似电信宽带无法使用
# 感谢
[
NodeJs版本
](
https://github.com/nondanee/UnblockNeteaseMusic
)
以及为它贡献的所有coder
This diff is collapsed.
Click to expand it.
provider/migu/migu.go
+
1
−
1
View file @
274df874
...
...
@@ -29,7 +29,7 @@ var rsaPublicKey *rsa.PublicKey
func
getRsaPublicKey
()
(
*
rsa
.
PublicKey
,
error
)
{
var
err
error
=
nil
if
rsaPublicKey
.
Size
()
==
0
{
if
rsaPublicKey
==
nil
{
rsaPublicKey
,
err
=
crypto
.
ParsePublicKey
(
publicKey
)
}
return
rsaPublicKey
,
err
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment