Skip to content

Commit

Permalink
Merge pull request #1074 from superfly/specify-command-flag
Browse files Browse the repository at this point in the history
Specify in fly ips release command that you have to pass the address …
  • Loading branch information
Lucais11 committed Sep 27, 2023
2 parents 9e9eae4 + 1e6575a commit a2b9fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion getting-started/app-services.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <address>`. 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.

<section class="warning icon">
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.</section>
Expand Down
2 changes: 1 addition & 1 deletion reference/services.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -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 <address>`.

### Dedicated IPv4

Expand Down

0 comments on commit a2b9fa8

Please sign in to comment.