证书增加IPv6Loopback
This commit is contained in:
parent
e004a36485
commit
c0b329e21d
@ -148,6 +148,7 @@ namespace FastGithub.HttpServer
|
||||
|
||||
yield return Environment.MachineName;
|
||||
yield return IPAddress.Loopback.ToString();
|
||||
yield return IPAddress.IPv6Loopback.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user