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 // Server types
// TODO: DNS. Should be CoreDNS: https://github.com/coredns/coredns // 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 // Event hooks
_ "github.com/hacdias/caddy-service" _ "github.com/hacdias/caddy-service"

View File

@@ -72,7 +72,7 @@ go_get github.com/lucaslorentz/caddy-docker-proxy/plugin
# Server types # Server types
# TODO: DNS. Should be CoreDNS: https://github.com/coredns/coredns # TODO: DNS. Should be CoreDNS: https://github.com/coredns/coredns
go_get github.com/pieterlouw/caddy-net go_get github.com/pieterlouw/caddy-net/caddynet
# Event hooks # Event hooks
go_get github.com/hacdias/caddy-service go_get github.com/hacdias/caddy-service