there is zero ipv4
the reason you see ipv6 is because of the TUN adapter used for supporting good ol' fashioned TCP/IP traffic.
It uses local DNS to make this work.
How it works:
- Application (ping, curl, browser) makes DNS request for `npubABC...123.fips`
- DNS responds with deterministic IPv6 address (fd00::/8)
- Application does its thing and sends the request
- FIPS TUN adapter intercepts all IPv6 packets for fd00::/8 and turns it into FIPS packets
- FIPS Session protocol packets are sent to `npubABC...123`