mirror of
https://github.com/azukaar/Cosmos-Server.git
synced 2026-01-05 20:05:02 -06:00
[release] v0.7.3
This commit is contained in:
@@ -308,8 +308,8 @@ func GetAllHostnames(applyWildCard bool, removePorts bool) []string {
|
||||
}
|
||||
|
||||
if applyWildCard && MainConfig.HTTPConfig.UseWildcardCertificate {
|
||||
mainHostnameWild = "*." + mainHostname
|
||||
hostnames := []string{
|
||||
mainHostnameWild := "*." + mainHostname
|
||||
hostnames = []string{
|
||||
mainHostname,
|
||||
mainHostnameWild,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user