Selaa lähdekoodia

证书增加IPv6Loopback

陈国伟 3 vuotta sitten
vanhempi
commit
c0b329e21d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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();
         }
     }
 }