Open liziwei01 opened 2 years ago
这个 代理端口,先跑 一个 clash
/v2ray
还是其他类似的
这个 代理端口,先跑 一个
clash
/v2ray
还是其他类似的
嗯?没看懂。要我在客户端抓一下包吗?
so这7890到7893总共4个端口留作什么用的?外面来的流量不是被nginx的443拿走了吗
so这7890到7893总共4个端口留作什么用的?外面来的流量不是被nginx的443拿走了吗
这是代理的端口, 你的代理软件设置的端口是啥就是啥 某个地区不需要走代理就注释掉对应的
so这7890到7893总共4个端口留作什么用的?外面来的流量不是被nginx的443拿走了吗
这是代理的端口, 你的代理软件设置的端口是啥就是啥 某个地区不需要走代理就注释掉对应的
等等,难道流量不是走的nginx转发biliroaming-go-server然后再发给bilibili来扩展一部分的功能而是可以直接走7890端口到biliroaming?biliroaming在listen的可是80端口啊
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 https://github.com/JasonKhew96/biliroaming-go-server/issues/7#issuecomment-1242318737, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASD23RKNUMJVKNYJTOQDSNLV5N5PTANCNFSM6AAAAAAQIKZTRI . You are receiving this because you authored the thread.Message ID: @.***>
{"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/fasthttp@v1.38.0/server.go:2308\ngithub.com/valyala/fasthttp.(*workerPool).workerFunc\n\t/home/liziwei01/go/pkg/mod/github.com/valyala/fasthttp@v1.38.0/workerpool.go:224\ngithub.com/valyala/fasthttp.(*workerPool).getCh.func1\n\t/home/liziwei01/go/pkg/mod/github.com/valyala/fasthttp@v1.38.0/workerpool.go:196"}
sudo lsof -i:7890
结果为空,端口没有被占用,看代码也没找到哪里有问题