mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05: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
|
||||
"restic", // github.com/restic/caddy
|
||||
"wkd", // github.com/emersion/caddy-wkd
|
||||
"dyndns", // github.com/linkonoid/caddy-dyndns
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue