git ssb

16+

Dominic / patchbay



Commit b723003de61a19df07df90f2d00d8506eef71c0f

fix device scope

`local/private` scope is the local network, i.e. wifi. _not_ localhost. that is the `device` scope.
Dominic Tarr authored on 2/24/2019, 7:09:24 PM
GitHub committed on 2/24/2019, 7:09:24 PM
Parent: f12e5653f362c754991d914d72712b65709f59c0

Files changed

config.jschanged
config.jsView
@@ -32,9 +32,9 @@
3232 return merge(
3333 config,
3434 {
3535 connections: {
36- incoming: { unix: [{ scope: 'local', transform: 'noauth', server: true }] }
36 + incoming: { unix: [{ scope: 'device', transform: 'noauth', server: true }] }
3737 },
3838 remote: `unix:${Path.join(config.path, 'socket')}:~noauth:${pubkey}` // overwrites
3939 }
4040 )

Built with git-ssb-web