Explorar o código

证书增加IPv6Loopback

陈国伟 %!s(int64=3) %!d(string=hai) anos
pai
achega
c0b329e21d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
         }
     }
 }