Private Networking
jaymart95
PROOP

a year ago

when I set my app to use ipv6 it works fine internally but not externally. Trying to use the generated domain results in a 502 from railway.

Solved

10 Replies

jaymart95
PROOP

a year ago

using uvicorn to deploy and setting host to ::


a year ago

for public networking you need to bind to IPv4

for private networking you need to bind to IPv6

for both you need to bind to both.

uvicorn does not support dual stack binding.

a drop in replacement to uvicorn that does, would be hypercorn


jaymart95
PROOP

a year ago

yup just read that in docs


jaymart95
PROOP

a year ago

thanks!


a year ago

let me know if that works for you


jaymart95
PROOP

a year ago

testing now


jaymart95
PROOP

a year ago

noice it works


jaymart95
PROOP

a year ago

what would railway do without brody


a year ago

they'd be fine, we have fragly


a year ago

!s


Status changed to Solved brody about 1 year ago


Loading...