From c0b329e21d0c579bdd1633a93ea77a2bc38e0b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Thu, 18 Nov 2021 13:00:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=81=E4=B9=A6=E5=A2=9E=E5=8A=A0IPv6Loopbac?= =?UTF-8?q?k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub.HttpServer/CertService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/FastGithub.HttpServer/CertService.cs b/FastGithub.HttpServer/CertService.cs index b24f750..7aa2c66 100644 --- a/FastGithub.HttpServer/CertService.cs +++ b/FastGithub.HttpServer/CertService.cs @@ -148,6 +148,7 @@ namespace FastGithub.HttpServer yield return Environment.MachineName; yield return IPAddress.Loopback.ToString(); + yield return IPAddress.IPv6Loopback.ToString(); } } }