Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 30, 2020
1 parent ac89cc4 commit 5640970
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,16 @@ $ xcaddy build --with clevergo.tech/caddy-dnspodcn
`Caddyfile` example:

```nginx
## defines a dnspodcn snippet
(dnspodcn) {
dns dnspodcn APP_ID APP_TOKEN
}
domain.tld {
tls {
dns dnspodcn <APP_ID> <APP_TOKEN>
# imports dnspodcn setting.
import dnspodcn
}
}
```
Expand Down

0 comments on commit 5640970

Please sign in to comment.