Docs
Blog Status Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back 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:

  • 176.34.140.8
  • 78.46.71.232
  • 65.109.57.21
  • 148.251.127.216
  • 65.109.54.236
  • 135.181.209.62

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
176.34.140.8
78.46.71.232
65.109.57.21
148.251.127.216
65.109.54.236
135.181.209.62

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": [
    "176.34.140.8",
    "78.46.71.232",
    "65.109.57.21",
    "148.251.127.216",
    "65.109.54.236",
    "135.181.209.62"
  ]
}