Explorar el Código

Merge fbc5b51573 into 8d143d7bde

pull/505/merge
Alexey Dolotov hace 5 días
padre
commit
fcd54b0cc3
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      internal/cli/doctor.go

+ 1
- 1
internal/cli/doctor.go Ver fichero

@@ -56,7 +56,7 @@ var (
56 56
 		template.New("").Parse("  ✅ IP address {{ .ip }} matches secret hostname {{ .hostname }}\n"),
57 57
 	)
58 58
 	tplEDNSSNIMatch = template.Must(
59
-		template.New("").Parse("  ❌ Hostname {{ .hostname }} {{ if .resolved }}is resolved to {{ .resolved }} addresses, not {{ if .ip4 }}{{ .ip4 }}{{ else }}{{ .ip6 }}{{ end }}{{ else }}cannot be resolved to any host{{ end }}\n"),
59
+		template.New("").Parse("  ❌ Hostname {{ .hostname }} {{ if .resolved }}resolves to {{ .resolved }}, but the proxy's public IP is {{ if .ip4 }}{{ .ip4 }}{{ else }}<not detected>{{ end }} (IPv4) / {{ if .ip6 }}{{ .ip6 }}{{ else }}<not detected>{{ end }} (IPv6) — none of the resolved addresses match{{ else }}cannot be resolved to any host{{ end }}\n"),
60 60
 	)
61 61
 
62 62
 	tplOFrontingDomain = template.Must(

Loading…
Cancelar
Guardar