ssb-g1-tip/ssb-server/config

19 lines
362 B
Plaintext

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