Fix adding the caddy-net plugin
This commit is contained in:
@@ -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"
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user