Skip to content

Instantly share code, notes, and snippets.

@eskp

eskp/ssb config Secret

Created February 11, 2021 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eskp/927b1423d79d73c7ba5bf4eae310e0c0 to your computer and use it in GitHub Desktop.
Save eskp/927b1423d79d73c7ba5bf4eae310e0c0 to your computer and use it in GitHub Desktop.
{
"connections": {
"incoming": {
"net": [
{
"port": 30807,
"scope": [
"public",
"local"
],
"transform": "shs",
"external": "redacted"
}
],
"ws": [
{
"port": 30898,
"scope": [
"public",
"local"
],
"transform": "shs",
"external": "redacted"
}
]
}
},
"friends": {
"hops": 6
},
"caps": {
"shs": "redacted=",
"sign": "redacted="
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment