This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 59
7890:connection refused #7
Comments
这个 代理端口,先跑 一个 |
嗯?没看懂。要我在客户端抓一下包吗? |
so这7890到7893总共4个端口留作什么用的?外面来的流量不是被nginx的443拿走了吗 |
等等,难道流量不是走的nginx转发biliroaming-go-server然后再发给bilibili来扩展一部分的功能而是可以直接走7890端口到biliroaming?biliroaming在listen的可是80端口啊 |
😓 这个proxy指的是biliroaming-go-server在请求B站官方服务器时使用的代理... 难道biliroaming-go-server能在不请求B站官方服务器的情况下凭空给你返回播放链接的信息? 除非你的自建服务器能拥有能同时被认为是属于香港地区, 台湾地区, 东南亚某国家的IP. |
啊啊,明白了,但我不需要代理,服务器ip在哪就是哪就行了,那我四行全注释了
…On Fri, Sep 9, 2022 at 14:18 陈寒彤 ***@***.***> wrote:
so这7890到7893总共4个端口留作什么用的?外面来的流量不是被nginx的443拿走了吗
这是代理的端口, 你的代理软件设置的端口是啥就是啥 [image: image]
<https://user-images.githubusercontent.com/70561268/189343738-bceba802-9e19-4346-9297-1dc5d4489bd8.png>
某个地区不需要走代理就注释掉对应的
等等,难道流量不是走的nginx转发biliroaming-go-server
<https://github.com/JasonKhew96/biliroaming-go-server>
然后再发给bilibili来扩展一部分的功能而是可以直接走7890端口到biliroaming?biliroaming在listen的可是80端口啊
😓 这个proxy指的是biliroaming-go-server*在请求B站官方服务器时使用的代理.*..
难道biliroaming-go-server能在不请求B站官方服务器的情况下*凭空*给你返回播放链接的信息? 除非你的自建服务器能拥有能*同时*被认为是属于香港地区,
台湾地区, 东南亚某国家的IP.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASD23RKNUMJVKNYJTOQDSNLV5N5PTANCNFSM6AAAAAAQIKZTRI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
{"level":"error","ts":1662699205.19463,"caller":"biliroaming-go-server/main.go:289","msg":"socks connect tcp 127.0.0.1:7890->api.bilibili.com:443: dial tcp 127.0.0.1:7890: connect: connection refused","stacktrace":"main.(*BiliroamingGo).processError\n\t/home/liziwei01/OpenSource/github.com/biliroaming-go-server/main.go:289\nmain.(*BiliroamingGo).handleWebPlayURL\n\t/home/liziwei01/OpenSource/github.com/biliroaming-go-server/playurl.go:181\nmain.initHttpServer.func1\n\t/home/liziwei01/OpenSource/github.com/biliroaming-go-server/main.go:178\ngithub.com/valyala/fasthttp.(*Server).serveConn\n\t/home/liziwei01/go/pkg/mod/github.com/valyala/[email protected]/server.go:2308\ngithub.com/valyala/fasthttp.(*workerPool).workerFunc\n\t/home/liziwei01/go/pkg/mod/github.com/valyala/[email protected]/workerpool.go:224\ngithub.com/valyala/fasthttp.(*workerPool).getCh.func1\n\t/home/liziwei01/go/pkg/mod/github.com/valyala/[email protected]/workerpool.go:196"}
sudo lsof -i:7890
结果为空,端口没有被占用,看代码也没找到哪里有问题The text was updated successfully, but these errors were encountered: