:443, h3.xx.yy, zh.xx.yy {
…
}
the config is above
somebody say if i use ** :443 ** in the Caddyfile
If someone visits:
random.hacker.com
123.abc.xx.yy
your.server.ip
As long as the request reaches your server on port 443, Caddy will attempt to issue a TLS certificate for those domains (unless a wildcard certificate already covers them, or you’ve manually disabled automatic TLS).
This can result in:
Abuse of your ACME (Let’s Encrypt) rate limits;
Caddy failing to start due to certificate issuance errors (e.g. the domain isn’t yours);
Performance impact from malicious or unwanted traffic;
is it true?