git ssb

1+

Dominic / ssb-config



Commit f950b003b2621bbeb29b25707e4573d7820048c9

Change default net scope to public to be backwards compatible

Anders Rune Jensen committed on 9/12/2018, 12:55:03 PM
Parent: 012c2151344e984e9a9d4459b44d3e4c818a892f

Files changed

inject.jschanged
inject.jsView
@@ -34,9 +34,9 @@
3434 connections: 3
3535 },
3636 connections: {
3737 incoming: {
38- net: [{ port: 8008, scope: "private", "transform": "shs" }]
38 + net: [{ port: 8008, scope: "public", "transform": "shs" }]
3939 },
4040 outgoing: {
4141 net: [{ transform: "shs" }]
4242 }

Built with git-ssb-web