From 1e6575aeb32b9ce68237ec5f402e61ce5e7b2b2e Mon Sep 17 00:00:00 2001 From: Kaelyn Date: Wed, 27 Sep 2023 13:46:44 -0700 Subject: [PATCH] Specify in fly ips release command that you have to pass the address of the ip or it will fail --- getting-started/app-services.html.md | 2 +- reference/services.html.markerb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/app-services.html.md b/getting-started/app-services.html.md index d112854d68..dff0e2937d 100644 --- a/getting-started/app-services.html.md +++ b/getting-started/app-services.html.md @@ -53,7 +53,7 @@ To have Fly Proxy route requests to an app from the public internet, provision a #### Private (Flycast) apps -To have Fly Proxy load-balance among VMs on a non-public app, [allocate a _private_ (Flycast) IPv6 address](/docs/reference/private-networking/#assigning-a-flycast-address) using `fly ips allocate-v6 --private`, and **remove any public IPs from the app** using `fly ips release`. A Flycast IP can only be reached from within the private network it's allocated on, which must belong to the same Fly Organization as the Fly App it points to. +To have Fly Proxy load-balance among VMs on a non-public app, [allocate a _private_ (Flycast) IPv6 address](/docs/reference/private-networking/#assigning-a-flycast-address) using `fly ips allocate-v6 --private`, and **remove any public IPs from the app** using `fly ips release
`. A Flycast IP can only be reached from within the private network it's allocated on, which must belong to the same Fly Organization as the Fly App it points to.
If your configuration includes any services for Fly Proxy to route to, and the app has a public IP, that service is exposed to the whole internet.
diff --git a/reference/services.html.markerb b/reference/services.html.markerb index c3f21308b9..6cf085788c 100644 --- a/reference/services.html.markerb +++ b/reference/services.html.markerb @@ -37,7 +37,7 @@ If you want to allocate a shared IPv4 to an app without a public IPv4 address, t fly ips allocate-v4 --shared ``` -This command will fail if the app has a dedicated IPv4 address. You can release an IP with `fly ips release`. +This command will fail if the app has a dedicated IPv4 address. You can release an IP with `fly ips release
`. ### Dedicated IPv4