1. The problem I’m having:
I only have IPV6 public, ipv4 is private. I use ipv6 to proxy IPV4 LAN services. The LAN service ports must be allowed through the firewall.
When I use public IPV4, only the proxy ports need to be passed through the firewall.
caddyfile
https://xxxx.com {
reverse_proxy http://192.168.123.123:8012
}
https://xxxx.com ipv6 only
must ufw allow 443 ufw allow 8012
is work
i want just ufw allow 443
return 502
I know this may not be a problem with Caddy
i use docker-compose