Docs
Blog Status Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Networking

The emulators are connected to the internet via IPv4 to enable connecting to external services or your backend for instance.

Outbound IP addresses

All traffic originating from the emulators comes from the following IP addresses:

  • 148.251.112.247
  • 176.34.140.8
  • 23.88.5.162
  • 78.46.71.232

Machine-readable outbound IP list

You can obtain the list of outbound IP addresses either via DNS:

dig a outbound.ips.emulator.wtf +short
$ dig a outbound.ips.emulator.wtf +short
148.251.112.247
176.34.140.8
23.88.5.162
78.46.71.232

Or a list of IPs using HTTPS:

curl -sSL https://docs.emulator.wtf/outbound-ips.json
$ curl -sSL https://docs.emulator.wtf/outbound-ips.json
{
  "emulators": [
    "148.251.112.247",
    "176.34.140.8",
    "23.88.5.162",
    "78.46.71.232"
  ]
}