File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,6 @@ caddy dns01proxy --config dns01proxy.toml
4040The example below configures dns01proxy for running at
4141` https://dns01proxy.example.com ` with Cloudflare as a DNS provider.
4242
43- If you prefer JSON, then just use the same JSON structure as the configuration
44- for the [ ` dns01proxy ` Caddy app] ( #configuring-a-dns01proxy-app-in-json ) .
45-
4643``` toml
4744hostnames = [" dns01proxy.example.com" ]
4845listen = [" :443" ]
@@ -128,6 +125,9 @@ deny_domains = ["<domain>"]
128125
129126</details >
130127
128+ If you prefer JSON, you can use the same JSON structure as the configuration
129+ for the [ ` dns01proxy ` Caddy app] ( #configuring-a-dns01proxy-app-in-json ) .
130+
131131## Integrating into a Caddyfile
132132
133133This package provides the following Caddyfile handler directive.
You can’t perform that action at this time.
0 commit comments