-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Description
以下域名因为托管在Cloudflare上,使用CFW访问会出错:
discord.com、discord.gg、discordapp.com、discordapp.net
目前我的hack是:
(1)
Line 562 in dbd6290
logging.warning('%s do_DIRECT "%s %s" 失败,尝试使用 "%s" 规则。', |
if ("discord.com" in self.url or "discord.gg" in self.url or "discordapp.com" in self.url or "discordapp.net" in self.url):
continue
(2)
Line 1388 in dbd6290
if set_temp_connect_action(host): |
if ("discord.com" in host or "discord.gg" in host or "discordapp.com" in host or "discordapp.net" in host) and "CFW" in GC.LISTEN_ACT:
return
(3)ActionFilter.ini的[0-fakecert]段增加:(discord.gg通常能正常访问,所以无需配置)
discord.com = @none
.discord.com = @none
.discordapp.net = none@none # 注意此条和其他3条不同,如果用@none会出问题
.discordapp.com = @none
Metadata
Metadata
Assignees
Labels
No labels