Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_ips.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fly ips [command] [flags]

## Available Commands
* [allocate](/docs/flyctl/ips-allocate/) - Allocate recommended IP addresses
* [allocate-egress](/docs/flyctl/ips-allocate-egress/) - (Beta) Allocate app-scoped egress IPs
* [allocate-egress](/docs/flyctl/ips-allocate-egress/) - Allocate app-scoped egress IPs
* [allocate-v4](/docs/flyctl/ips-allocate-v4/) - Allocate an IPv4 address
* [allocate-v6](/docs/flyctl/ips-allocate-v6/) - Allocate an IPv6 address
* [list](/docs/flyctl/ips-list/) - List allocated IP addresses
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_ips_allocate-egress.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(Beta) Allocates a pair of egress IP addresses for an app
Allocates a pair of egress IP addresses for an app

## Usage
~~~
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_machine_egress-ip.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Manage static egress (outgoing) IP addresses for machines
(Deprecated) Manage static egress (outgoing) IP addresses for machines

## Usage
~~~
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_machine_egress-ip_allocate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Allocate a pair of static egress IPv4 and IPv6 for a machine
(Deprecated) Allocate a pair of static egress IPv4 and IPv6 for a machine

## Usage
~~~
Expand Down