-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reverseproxy: allow user to define source address #6504
Conversation
Closes #6503 Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>
This failure appears to be legit because it fails even locally for me, though not related to this PR https://github.com/caddyserver/caddy/actions/runs/10331386719/job/28601743464?pr=6504#step:3:4268 Edit: |
I think users might want to use an interface name instead of an IP as well, we'd likely want to support that too? I've had this owasp-amass/amass@f5c3960 bookmarked for a long time as a reference for how to do that. |
I'd solve that differently. We can use the new |
Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>
TODO:
Closes #6503