-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Would it be possible to discover bush peers on the local network and have a list of files everyone is hosting? Then it would be possible to run a local bush server as requested in #3 and simply do something like:
on host A:
bush up some.file # if the configured server is localhost, or with --server localhost
on host B:
bush dl some -p # use the local peer discovery! Np configuration needed.
This might pose security concerns if the local network isn't trusted as there is a race condition and anyone could remove a legit file and upload another one with the same tag. But this same concern is shared with the classic bush setup and is a design decision not a bug.