Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 5c71e17

Browse files
committed
chore: Listen on IPv6 by default
1 parent 8ee3525 commit 5c71e17

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

api/fly.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ processes = []
88

99
[env]
1010
PORT = "8080"
11-
HOST = "0.0.0.0"
11+
# Listen on IPv6 by default
12+
# https://fly.io/docs/networking/private-networking/#listening-for-connections-on-6pn-addresses
13+
HOST = "::"
1214
SENTRY_ENVIRONMENT = "production"
1315
DOMAIN = "api.filspark.com"
1416
REQUEST_LOGGING = "false"

0 commit comments

Comments
 (0)