summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/reverseproxy/hosts.go
AgeCommit message (Expand)Author
2023-07-08reverseproxy: Pointer receiverMatthew Holt
2023-04-10reverseproxy: Remove deprecated `lookup_srv` (#5396)Francis Lavoie
2023-03-31proxyprotocol: Add PROXY protocol support to `reverse_proxy`, add HTTP listen...Corin Langosch
2022-03-06reverseproxy: Dynamic upstreams (with SRV and A/AAAA support) (#4470)Matt Holt
2020-10-13reverseproxy: Fix dial placeholders, SRV, active health checks (#3780)Matt Holt
2020-09-17reverseproxy: Correct alternate port for active health checks (#3693)Mohammed Al Sahaf
2020-08-07reverseproxy: Minor fixes and cleanupMatthew Holt
2020-04-07core: Rename ParsedAddress -> NetworkAddressMatthew Holt
2020-03-27reverse_proxy: Upstream.String() method returns either LookupSRV or DialMatthew Holt
2020-03-24reverse_proxy: Add support for SRV backends (#3180)Matt Holt
2020-02-27Fix typos (#3087)Success Go
2020-01-09http: Change routes to sequential matcher evaluation (#2967)Matt Holt
2019-12-29Export Replacer and use concrete type instead of interfaceMatthew Holt
2019-12-23Improve godocs all aroundMatthew Holt
2019-11-11core: Use port ranges to avoid OOM with bad inputs (#2859)Mohammed Al Sahaf
2019-10-11reverse_proxy: Allow dynamic backends (closes #990 and #1539)Matthew Holt
2019-09-14reverse_proxy: Ability to mutate headers; set upstream placeholdersMatthew Holt
2019-09-09Migrate some selection policy tests over to v2Matthew Holt
2019-09-05Reconcile upstream dial addresses and request host/URL informationMatthew Holt
2019-09-03Integrate circuit breaker modules with reverse proxyMatthew Holt
2019-09-03Some cleanup and godocMatthew Holt