@@ -81,8 +81,8 @@ func main() {
fmt.Println(" 地址:")
for _, ip := range lanIPs {
h := ip
if tlsResult != nil {
h = tlsResult.Host
if tlsResult != nil && tlsResult.AnyIP {
h = vpTLS.AnyIPHost(ip)
}
fmt.Printf(" - %s\n", buildURL(scheme, h, cfg.Server.Port, token))
The note is not visible to the blocked user.