When the WARP vpn is enabled I am getting multiple external IPV4 addresses from Cloudflare:
curl -s https://cloudflare.com/cdn-cgi/trace | grep ip . . . . . . . . . . . 104.28.203.246
dig @1.1.1.1 ch txt whoami.Cloudflare +short . . . . . . . . . . . . . . . 104.28.154.37
Is one of these an egress IP? What is my actual external IPV4 address?
Also, when the WARP vpn is enabled I am unable to reliably get my external IPV6 address:
from WARP client . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2a09:bac1:76a0:1408::6a:5f
dig @2606:4700:4700::1111 -6 ch txt whoami.Cloudflare +short . . . 2a09:bac1:76a1:7448::6a:5f
Please clarify.