Versions in this module Expand all Collapse all v0 v0.0.1 Jul 6, 2024 Changes in this version + func EncodeAuthCredentials(user, pass string) (result []byte) + type ACLRule struct + Allow bool + Subjects []string + type Handler struct + ACL []ACLRule + AllowedPorts []int + AuthCredentials [][]byte + DialTimeout caddy.Duration + HideIP bool + HideVia bool + Hosts caddyhttp.MatchHost + PACPath string + ProbeResistance *ProbeResistance + Upstream string + func (Handler) CaddyModule() caddy.ModuleInfo + func (h *Handler) Provision(ctx caddy.Context) error + func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error + func (h *Handler) UnmarshalCaddyfile(d *caddyfile.Dispenser) error + type ProbeResistance struct + Domain string