mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-23 09:06:29 +01:00
httpserver: Register dyndns directive (#2521)
This commit is contained in:
parent
e6a3e5e1f3
commit
1a0292b830
1 changed files with 1 additions and 0 deletions
|
@ -685,6 +685,7 @@ var directives = []string{
|
||||||
"gopkg", // github.com/zikes/gopkg
|
"gopkg", // github.com/zikes/gopkg
|
||||||
"restic", // github.com/restic/caddy
|
"restic", // github.com/restic/caddy
|
||||||
"wkd", // github.com/emersion/caddy-wkd
|
"wkd", // github.com/emersion/caddy-wkd
|
||||||
|
"dyndns", // github.com/linkonoid/caddy-dyndns
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue