Hi all, I would like to use WireMock to test client DNS resolution logic and how sequential requests are issues based on the configured SRV and A/AAAA records if previous endpoints failed.
1. I understand that WireMock Standalone Docker image listens on all interfaces on a fixed port. Is that right? If not, how can I tell WireMock to listen on multiple IPs?
2. Once WireMock has received the request, how can I check which interface it arrived on? I've seen some documentation regarding hostname validation, but I think in my case hostname will be the same as long as A/AAAA records from the same DNS response are used.
Thanks in advance for any help/pointers.