1
24.1 Legacy Series / Re: Caddy IPv6 address in Reverse Proxy handler
« on: June 23, 2024, 10:58:12 pm »
Thanks, for the quick fix !
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
test1.xxxx.net {
handle {
reverse_proxy 2001:xxxx:80f::2:81 {
}
}
}
# Reverse Proxy Domain: "76fa684c-xxxxx"
test2.xxxx.net {
handle {
reverse_proxy 2001:xxxx:80f::2:82 {
}
}
}
reverse_proxy [2001:xxxx:80f::2]:81 {
}
...
handle {
reverse_proxy [2001:xxxx:80f::2]:82 {
}