ssbc / ssb-config

standard configuration for ssb
MIT License
23 stars 18 forks source link

Replace incoming-connections with multiserver fix #68

Closed christianbundy closed 4 years ago

christianbundy commented 4 years ago

This removes the incoming-connections workaround in favor of the correct fix from the Multiserver module. Since that module's fix hasn't been merged yet, this PR uses patch-package to manage the patch and ensure that we're using the correct configuration.

Pending https://github.com/ssbc/multiserver/pull/49

christianbundy commented 4 years ago

Nope, that diff just adds a patch file to the directory. :man_facepalming:

dominictarr commented 4 years ago

if you use :: as the address how does it behave when you do getAddress('public') getAddress('local') getAddress('device')? does it give the correct results?