IP whitelisting

Before you add any deployment action, make sure to whitelist IP's that are used by Buddy for connections (deployments, checking out dependencies, pushing Docker images to private registries, etc.). The IPs are different depending on the region in which your workspace is registered.

US Region

Last update: January 10, 2023

Deployment IPs

91.200.38.2
18.219.118.165
18.219.233.31
185.206.228.0/24
93.179.255.178

If your firewall supports adding DNS source, run this command on the server to add the whole range of IPs:

iptables -A INPUT -p tcp -s workers.buddy.works -j ACCEPT
iptables -A INPUT -p tcp -s 185.206.228.0/24 -j ACCEPT

The current list of IPs for the US region is available as a JSON file here.

Windows build IPs

The IPs required by the Windows VM action.

13.59.219.251
18.191.75.59
18.216.111.144
3.139.231.80
3.14.55.153
3.141.228.183
3.142.137.33
3.143.63.167
3.19.187.33
3.21.131.165

iOS build IPs

The IPs required by the iOS build actions.

63.135.168.20
208.52.190.23

EU Region

Last update: September 14, 2023

Deployment IPs

91.200.38.2
13.51.225.105
13.53.76.171
13.48.18.96
93.179.255.178
13.48.115.153
16.16.176.222
185.171.161.0/24

If your firewall supports adding DNS source, run this command on the server to add the whole range of IPs:

iptables -A INPUT -p tcp -s eu.workers.buddy.works -j ACCEPT

The current list of IPs for the EU region is available as a JSON file here.

Windows build IPs

13.48.235.208
13.49.96.42
16.170.184.154
13.51.7.64
16.170.95.214

iOS build IPs

207.254.102.129

Last modified on September 26, 2023

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.