Ipv6 proxy lan service

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

Have you and found it not working? Give it a shot. You don’t need to do ufw allow 8012 anyways. Fill out the template please.

1 Like

my bad.
container network problem.
thanks

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.