Browse Source

证书增加IPv6Loopback

陈国伟 3 years ago
parent
commit
c0b329e21d
1 changed files with 1 additions and 0 deletions
  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();
         }
     }
 }