ssb-g1-tip/docker/config

19 lines
366 B
Plaintext

{
"connections": {
"incoming": {
"net": [
{
"scope": "public", "external": ["127.0.0.1"], "transform": "shs", "port": 8008
},
{ "scope": "private", "transform": "shs", "port": 8008, "host": "127.0.0.1" }
]
},
"outgoing": {
"net": [
{
"transform": "shs"
}
]
}
}
}