From 2fc5eb84dd5877d75a0a86058dbff2d063de13ca Mon Sep 17 00:00:00 2001 From: Elia Berrettini <45323778+eliferrous@users.noreply.github.com> Date: Thu, 20 Mar 2025 16:16:32 -0400 Subject: [PATCH] Update services.html.markerb added description of static egress IPs see https://community.fly.io/t/static-egress-ips-for-machines/22004/9 --- networking/services.html.markerb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/networking/services.html.markerb b/networking/services.html.markerb index 8167d522db..2c3c1afd4b 100644 --- a/networking/services.html.markerb +++ b/networking/services.html.markerb @@ -212,9 +212,11 @@ The `force_https` configuration option automatically redirects HTTP to HTTPS. Wh Fly Machines have IPv6 addresses from which they make requests to the wider internet without going through the Fly Proxy. -We don’t offer static IPs or regional IP ranges, and we discourage the use of our outbound IPs to bypass firewalls. A Machine's outbound IP is liable to change without notice. This shouldn't be a daily occurrence, but it will happen if a Machine is moved for whatever reason, such as a load-balancing of Fly Machines between servers in one region. +By default, we don’t offer static IPs or regional IP ranges, and we discourage the use of our outbound IPs to bypass firewalls. A Machine's outbound IP is liable to change without notice. This shouldn't be a daily occurrence, but it will happen if a Machine is moved for whatever reason, such as a load-balancing of Fly Machines between servers in one region. -If you depend on knowing this address for some reason, it's up to you to monitor it for changes. +If you do need a static outbound IP, you can assign one on a per-machine basis. You can allocate one to a machine with `fly machine egress-ip allocate . This will assign both an IPv4 and IPv6 address to the machine. Like dedicated IPv4 addresses, these are [billed](/docs/about/pricing/#static-machine-ip) monthly. + +You can also use the `fly machine egress-ip list` command to see all the IPs assigned to your machines, and release IPs with `fly machine egress-ip release `. ### Find your Machine's outbound IP