Skip to content

Commit

Permalink
rm --network until confirmed
Browse files Browse the repository at this point in the history
  • Loading branch information
andie787 committed Aug 9, 2024
1 parent df52ce1 commit b8ff0ec
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions networking/flycast.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The basic steps to set up Flycast:
2. Make sure your app binds to `0.0.0.0:port`. Binding to `fly-local-6pn:<port>` won't work for Flycast.
3. Expose services in your app's `fly.toml` with an [`[http_service]`](/docs/reference/configuration/#the-http_service-section) or [`[services]`](/docs/reference/configuration/#the-services-sections) section. Don't use `force_https`; Flycast is HTTP-only.
4. Deploy your app.
5. Access the services on the private IPv6 address, or with `my-app-name.flycast` from the target organization network.
5. Access the services on the private IPv6 address, or with `my-app-name.flycast`, from the target organization network.

<div class="warning icon">
**Warning:** If you have a public IP address assigned to your app, then services in `fly.toml` are exposed to the public internet. Verify your app's IP addresses with `fly ips list`.
Expand Down Expand Up @@ -52,16 +52,6 @@ VERSION IP TYPE REGION CREATED AT
v6 fdaa:0:22b7:0:1::3 private global just now
```

You can also use Flycast to expose an app on one private network to another private network by using the `--network` option to specify the network from which requests will originate:

```cmd
fly ips allocate-v6 --private --network custom-network-name
```
```output
VERSION IP TYPE REGION CREATED AT
v6 fdaa:0:22b7:0:1::3 private global just now
```

## Flycast and Fly.io DNS

Flycast addresses can also be found by using the Fly.io DNS. If an app has a Flycast address allocated to it, there will be an AAAA record at `my-app-name.flycast`.
Expand Down

0 comments on commit b8ff0ec

Please sign in to comment.