Fix adding the caddy-net plugin
This commit is contained in:
@@ -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"
|
||||
|
@@ -72,7 +72,7 @@ go_get github.com/lucaslorentz/caddy-docker-proxy/plugin
|
||||
|
||||
# Server types
|
||||
# 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
|
||||
go_get github.com/hacdias/caddy-service
|
||||
|
Reference in New Issue
Block a user