Fix adding the caddy-net plugin

This commit is contained in:
2018-07-14 22:17:57 +01:00
parent 9c295b812c
commit 039dae5bea
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ import (
// Server types
// TODO: DNS. Should be CoreDNS: https://github.com/coredns/coredns
_ "github.com/pieterlouw/caddy-net/caddynet"
_ "github.com/pieterlouw/caddy-net/caddynet/caddynet"
// Event hooks
_ "github.com/hacdias/caddy-service"