IP whitelisting
US Region
Tip
US region workspaces are created and accessed via the https://app.buddy.works
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 us.ips.buddy.works -j ACCEPT
iptables -A INPUT -p tcp -s 185.206.228.0/24 -j ACCEPT
iptables -A INPUT -p tcp -s 185.171.161.0/24 -j ACCEPT
The current list of IPs for the US region is available as a JSON file here.
US Runners
91.200.38.2
18.219.118.165
18.219.233.31
185.206.228.0/24
93.179.255.178
185.171.161.0/24
US VMs
The IPs required by VM actions
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
69.194.3.31
69.194.3.94
EU Region
Tip
EU region workspaces are created and accessed via the https://eu.buddy.works
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.ips.buddy.works -j ACCEPT
The current list of IPs for the EU region is available as a JSON file here.
EU Runners
188.40.204.96/27
188.40.207.64/27
144.76.143.32/27
5.9.182.240/28
148.251.254.80/28
93.179.255.178
16.16.23.109
91.200.38.2
13.51.225.105
13.53.76.171
13.48.18.96
13.48.115.153
16.16.176.222
EU VMs
13.48.235.208
13.49.96.42
16.170.184.154
13.51.7.64
16.170.95.214
69.194.3.31
69.194.3.94
Last modified on Oct 29, 2024