12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "logging": {
- "level": "notice"
- },
- "caps": {
- "shs": "1KHLiKZvAvjbY1ziZEHMXawbCEIM6qwjCDm3VYRan/s="
- },
- "pub": false,
- "local": true,
- "friends": {
- "dunbar": 300,
- "hops": 2
- },
- "autofollow": {
- "legacy": false,
- "enabled": false,
- "feeds": [
- "@HzmUrdZb1vRWCwn3giLx3p/EWKuDiO44gXAaeulz3d4=.ed25519"
- ]
- },
- "gossip": {
- "connections": 20,
- "local": true,
- "friends": true,
- "seed": true,
- "global": true
- },
- "replicationScheduler": {
- "autostart": true,
- "partialReplication": null
- },
- "connections": {
- "seeds": [
- "solarnethub.com:8008~shs:HzmUrdZb1vRWCwn3giLx3p/EWKuDiO44gXAaeulz3d4=.ed25519"
- ],
- "incoming": {
- "net": [
- {
- "scope": "device",
- "transform": "shs",
- "port": 8008
- }
- ],
- "unix": [
- {
- "scope": ["device", "local", "private"],
- "transform": "noauth"
- }
- ]
- },
- "outgoing": {
- "net": [
- {
- "transform": "shs"
- }
- ],
- "tunnel": [
- {
- "scope": "public",
- "portal": "@HzmUrdZb1vRWCwn3giLx3p/EWKuDiO44gXAaeulz3d4=.ed25519",
- "transform": "shs"
- }
- ],
- "onion": [
- {
- "scope": "public",
- "transform": "shs"
- }
- ],
- "ws": [
- {
- "scope": "public",
- "transform": "shs"
- }
- ]
- }
- }
- }
|