summaryrefslogtreecommitdiff
path: root/modules/caddytls/matchers_test.go
AgeCommit message (Collapse)Author
2021-04-30caddytls: Implement remote IP connection matcher (#4123)Matt Holt
* caddytls: Implement remote IP connection matcher * Implement IP range negation If both Ranges and NotRanges are specified, both must match.
2020-03-20caddytls: Support wildcard matching in ServerName conn policy matcherMatthew Holt