Monviech / os-caddy-plugin

Caddy Plugin with GUI for OPNsense
Other
38 stars 0 forks source link

Make the "To Domain" Field a Tokenized Field #30

Closed Monviech closed 9 months ago

Monviech commented 9 months ago

To allow multiple backends for simple load balancing, it would be nice to make the "To Domain" Field in the Caddy "Reverse Proxy" and the future "Handle" Dialog Forms Tokenized so multiple IP Addresses or Domains can be input.

https://caddyserver.com/docs/caddyfile/directives/reverse_proxy

reverse_proxy node1:80 node2:80 node3:80

Monviech commented 9 months ago

Closed for now. High Availability of backend servers is not my goal.