#Private Networking

12 messages · Page 1 of 1 (latest)

fringe stirrup
#

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.

peak tinselBOT
#

Project ID: N/A

fringe stirrup
#

using uvicorn to deploy and setting host to ::

wicked flower
#

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

fringe stirrup
#

yup just read that in docs

#

thanks!

wicked flower
#

let me know if that works for you

fringe stirrup
#

testing now

#

noice it works

#

what would railway do without brody

wicked flower
#

they'd be fine, we have fragly

#

!s