证书增加IPv6Loopback

This commit is contained in:
陈国伟 2021-11-18 13:00:16 +08:00
parent e004a36485
commit c0b329e21d

View File

@ -148,6 +148,7 @@ namespace FastGithub.HttpServer
yield return Environment.MachineName;
yield return IPAddress.Loopback.ToString();
yield return IPAddress.IPv6Loopback.ToString();
}
}
}