opening a port with fly.toml file

i use:

[experimental]
allowed_public_ports = [8080]

but when i deploy, [experimental] gets emptied.

Opening a port is no longer experimental. The way to do this is:

Replace 2222 with your port. And there are a lot more options that may be useful:

Unless you are IPv6 only and using HTTp over ports 80 and/or 443, you will also need a Dedicated IPv4 address.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.