How to access local port 80 via internet using ipv6 port forwarding?

Solved:

  1. open ipv6 port 8080 on router
  2. add AAAA record on cloudflare with test.domain.com
  3. create script that update ipv6 to AAAA DNS record on cloudflare subdomain
  4. Add Origin Rule for domain.com > Rules > Origin Rule:
    wildcard: https://test.domain.com/*
    Destination port: 8080
  5. create hotplug script that run on ipv6 update.
  6. done.
2 Likes