#Private Networking
12 messages · Page 1 of 1 (latest)
Project ID: N/A
using uvicorn to deploy and setting host to ::
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
let me know if that works for you