``` ❯ sudo netstat -anop | grep 50051 tcp 0...
# spicedb
s
Copy code
❯ sudo netstat -anop | grep 50051
tcp        0      0 0.0.0.0:50051           0.0.0.0:*               LISTEN      84140/docker-proxy   off (0.00/0/0)
tcp6       0      0 :::50051                :::*                    LISTEN      84150/docker-proxy   off (0.00/0/0)
❯ curl localhost:50051
curl: (1) Received HTTP/0.9 when not allowed
6 Views