Skip to content

Commit c763026

Browse files
committed
Tweak README
1 parent defc4fb commit c763026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ caddy dns01proxy --config dns01proxy.toml
4040
The 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
4744
hostnames = ["dns01proxy.example.com"]
4845
listen = [":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

133133
This package provides the following Caddyfile handler directive.

0 commit comments

Comments
 (0)