فهرست منبع

证书增加IPv6Loopback

陈国伟 3 سال پیش
والد
کامیت
c0b329e21d
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      FastGithub.HttpServer/CertService.cs

+ 1 - 0
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();
         }
     }
 }