You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[V] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
[V] When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe.
I have multi-wan/multi-IP setup but I need caddy to listen only on one or two selected IP address.
Describe the solution you'd like
Could be something similar to haproxy implementation.
Describe alternatives you've considered
Moving back to HAproxy :)
Additional context
The text was updated successfully, but these errors were encountered:
Most of the time there is no reason to only listen on one WAN interface. Look at the Layer 4 Proxy, you can match and send any kind of traffic and a lot of protocols anywhere you want. This can be configured smartly to get around the issue you might have.
Another method is to change the default listening ports of Caddy to e.g. 8080 and 8443 in the GUI and use Port Forward from WAN1 of 80 to localhost:8080 and 443 to localhost:8443.
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Is your feature request related to a problem? Please describe.
I have multi-wan/multi-IP setup but I need caddy to listen only on one or two selected IP address.
Describe the solution you'd like
Could be something similar to haproxy implementation.
Describe alternatives you've considered
Moving back to HAproxy :)
Additional context
The text was updated successfully, but these errors were encountered: