Hi, I am using wiremock for my application that is...
# help
k
Hi, I am using wiremock for my application that is private and cut from internet access, however as I use wiremock I want my application to be able to reachout to wiremock, so I was looking into whitelist the IPs address of wiremock, however I don't seems to be able to find doc about that, can someone help me and point me into the doc about that ? thank you
a
Hey! Wiremock’s binds to localhost’s IP by default but you could configure a fixed one using
--bind-address
as stated in the docs. AFAIK there aren’t specific docs on whitelisting cause that’s highly dependant on the setup
👍 1
k
oh ok thank you 🙂
🤝 1
o
To double check, are we talking about WireMock or WireMock Cloud here?