summaryrefslogtreecommitdiff
path: root/modules/caddytls/matchers.go
AgeCommit message (Expand)Author
2022-09-16core: Variadic Context.Logger(); soft deprecationMatthew Holt
2022-08-17core: Change net.IP to netip.Addr; use netip.Prefix (#4966)WilczyƄskiT
2022-01-13caddytls: Fix `MatchRemoteIP` provisoning with multiple CIDR ranges (#4522)GallopingKylin
2021-04-30caddytls: Implement remote IP connection matcher (#4123)Matt Holt
2020-03-26caddytls: Match automation policies by wildcard subjects tooMatthew Holt
2020-03-20caddytls: Support wildcard matching in ServerName conn policy matcherMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-08-21Refactor Caddyfile adapter and module registrationMatthew Holt
2019-07-02go.mod: Append /v2 to module name; update all import pathsMatthew Holt
2019-06-30Add licenseMatthew Holt
2019-06-18Implement templates handler; various minor cleanups and bug fixesMatthew Holt
2019-06-14Rename caddy2 -> caddyMatthew Holt
2019-06-04Change import paths to GitHub package namesMatthew Holt
2019-05-24Implement custom cert selection policies; optimize matching for SNIMatthew Holt
2019-05-21Module.New() does not need to return an errorMatthew Holt
2019-05-07Remove (unimplemented) enterprise TLS matchersMatthew Holt
2019-04-26General cleanup and more godocsMatthew Holt
2019-04-25Initial commit of Storage, TLS, and automatic HTTPS implementationsMatthew Holt