From fab33b4fada24b20a996206f84a2dbae71db7b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Wed, 11 Aug 2021 09:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0live=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub/appsettings.live.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 FastGithub/appsettings.live.json diff --git a/FastGithub/appsettings.live.json b/FastGithub/appsettings.live.json new file mode 100644 index 0000000..642a5db --- /dev/null +++ b/FastGithub/appsettings.live.json @@ -0,0 +1,15 @@ +{ + "FastGithub": { + "DomainConfigs": { + "live.com": { + "TlsSni": false + }, + "*.live.com": { + "TlsSni": false + }, + "*.*.live.com": { + "TlsSni": false + } + } + } +} \ No newline at end of file