mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
20 lines
319 B
JSON
20 lines
319 B
JSON
{
|
|
"id": "go-libp2p-head",
|
|
"containerImageID": "go-libp2p-head",
|
|
"transports": [
|
|
"tcp",
|
|
"ws",
|
|
"wss",
|
|
"quic",
|
|
"quic-v1",
|
|
"webtransport"
|
|
],
|
|
"secureChannels": [
|
|
"tls",
|
|
"noise"
|
|
],
|
|
"muxers": [
|
|
"mplex",
|
|
"yamux"
|
|
]
|
|
} |