index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddytls
/
matchers.go
Age
Commit message (
Expand
)
Author
2022-01-13
caddytls: Fix `MatchRemoteIP` provisoning with multiple CIDR ranges (#4522)
GallopingKylin
2021-04-30
caddytls: Implement remote IP connection matcher (#4123)
Matt Holt
2020-03-26
caddytls: Match automation policies by wildcard subjects too
Matthew Holt
2020-03-20
caddytls: Support wildcard matching in ServerName conn policy matcher
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt
2019-07-02
go.mod: Append /v2 to module name; update all import paths
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-18
Implement templates handler; various minor cleanups and bug fixes
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
Matthew Holt
2019-06-04
Change import paths to GitHub package names
Matthew Holt
2019-05-24
Implement custom cert selection policies; optimize matching for SNI
Matthew Holt
2019-05-21
Module.New() does not need to return an error
Matthew Holt
2019-05-07
Remove (unimplemented) enterprise TLS matchers
Matthew Holt
2019-04-26
General cleanup and more godocs
Matthew Holt
2019-04-25
Initial commit of Storage, TLS, and automatic HTTPS implementations
Matthew Holt