From 1a0292b83059e7745fd133265c0f4ba07f59f836 Mon Sep 17 00:00:00 2001 From: Linkonoid Date: Sat, 16 Mar 2019 02:43:01 +0300 Subject: [PATCH] httpserver: Register dyndns directive (#2521) --- caddyhttp/httpserver/plugin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index 2e1fa5e6a..7da623938 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -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 (