bilive / bilive_client

基于Node.JS的bilibili账号活跃系统
MIT License
457 stars 109 forks source link

腾讯云已停止未备案域名接入 #134

Closed lzghzr closed 5 years ago

lzghzr commented 5 years ago

所以 wss://bilive.halaal.win/server 已死, 勿念

不过直接IP访问还是可以的

Vector000 commented 5 years ago

原来tx云的未备案域名还能活这么久的…

发送自 Windows 11


发件人: lzghzr notifications@github.com 发送时间: Thursday, June 13, 2019 5:17:07 PM 收件人: bilive/bilive_client 抄送: Subscribed 主题: [bilive/bilive_client] 腾讯云已停止未备案域名接入 (#134)

所以 wss://bilive.halaal.win/server 已死, 勿念

不过直接IP访问还是可以的

― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/bilive/bilive_client/issues/134?email_source=notifications&email_token=AH6IONBLSGEOESTB3RHSGZLP2IGBHA5CNFSM4HXXROB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZIKFQQ, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AH6IONBKJWUDEYEMF65EZO3P2IGBHANCNFSM4HXXROBQ.

lzghzr commented 5 years ago

之前可以靠非80端口绕过,现在没了,水深火热啊

s1073700227 commented 5 years ago

报错了,怎么解决啊 那两行现在应该怎么填

lzghzr commented 5 years ago

目前在考虑两种方案 一是继续用腾讯云,因为2019.11.11到期,到时候我也不打算续费了,所以还是需要域名接入,那就只能忽略tls错误,这个未必兼容其他人的服务器 二是使用海外服务器,延迟会比较高,而且说不定特殊时期会被墙 三是滚去备案,但是太繁琐了,还得指定地点拍照,据说现在开放了电子备案,可以省去很多步骤,不过腾讯云不支持


From: s1073700227 notifications@github.com Sent: Thursday, June 13, 2019 7:06:49 PM To: bilive/bilive_client Cc: lzzr; Author Subject: Re: [bilive/bilive_client] 腾讯云已停止未备案域名接入 (#134)

报错了,怎么解决啊 那两行现在应该怎么填

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bilive/bilive_client/issues/134?email_source=notifications&email_token=ADGFLUUZVA46Z3DBUMSWCG3P2IS4TA5CNFSM4HXXROB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXTK57I#issuecomment-501657341, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADGFLUQO4YYZJDAQM4TLSLLP2IS4TANCNFSM4HXXROBQ.

ShmilyChen commented 5 years ago

目前在考虑两种方案 一是继续用腾讯云,因为2019.11.11到期,到时候我也不打算续费了,所以还是需要域名接入,那就只能忽略tls错误,这个未必兼容其他人的服务器 二是使用海外服务器,延迟会比较高,而且说不定特殊时期会被墙 三是滚去备案,但是太繁琐了,还得指定地点拍照,据说现在开放了电子备案,可以省去很多步骤,不过腾讯云不支持 ____ From: s1073700227 notifications@github.com Sent: Thursday, June 13, 2019 7:06:49 PM To: bilive/bilive_client Cc: lzzr; Author Subject: Re: [bilive/bilive_client] 腾讯云已停止未备案域名接入 (#134) 报错了,怎么解决啊 那两行现在应该怎么填 ― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<#134?email_source=notifications&email_token=ADGFLUUZVA46Z3DBUMSWCG3P2IS4TA5CNFSM4HXXROB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXTK57I#issuecomment-501657341>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADGFLUQO4YYZJDAQM4TLSLLP2IS4TANCNFSM4HXXROBQ.

备案的时候,域名会有近一个月不能用

lzghzr commented 5 years ago

所以我在考虑两种方案,基本敲定用第一个了,加个域名白名单,不影响其他服务器

ShmilyChen commented 5 years ago

所以我在考虑两种方案,基本敲定用第一个了,加个域名白名单,不影响其他服务器

找人借个备了案的域名吧,反正只是多加个解析

lzghzr commented 5 years ago

涉及到tls证书,不是加个解析这么简单

lzghzr commented 5 years ago

在options.default.json中新增serverDomains选项, 名单内的域名会无视证书错误建立连接, 所以此选项不提供网页设置