| title | IP Addresses |
|---|---|
| description | You can use the following IP addresses to whitelist Bunny.net traffic in your firewall or ACLs. |
The API provides two endpoints for retrieving Magic Containers node IP addresses: https://api.bunny.net/mc/nodes returns a JSON array, and https://api.bunny.net/mc/nodes/plain returns plain text with one IP per line.
curl -H "Accept: application/json" https://api.bunny.net/mc/nodescurl https://api.bunny.net/mc/nodes/plain{
"items": [
"104.166.147.46",
"109.61.83.105",
"109.61.83.248"
],
"meta": {
"totalItems": 3
},
"cursor": "<string>"
}104.166.147.46
109.61.83.105
109.61.83.248