mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00

* httpcaddyfile: Validates TLS DNS challenge options Adds validation to the TLS Caddyfile adapter to ensure that when DNS challenge options (such as propagation_delay or dns_ttl) are specified, a DNS provider is also configured. Adds new integration tests to verify this validation logic, and implements a new mechanism for adapt tests to assert a config adapt error. * Add some more AI-generated tests asserting config errors * Parallel doesn't work here, we use global variables * Windows fix
9 lines
No EOL
218 B
Text
9 lines
No EOL
218 B
Text
:80
|
|
|
|
handle {
|
|
respond <<
|
|
Hello
|
|
END
|
|
}
|
|
----------
|
|
parsing caddyfile tokens for 'handle': unrecognized directive: Hello - are you sure your Caddyfile structure (nesting and braces) is correct?, at Caddyfile:7 |