libp2p / go-libp2p-relay-daemon

[DEPRECATED] A standalone libp2p circuit relay daemon that made 2022 migration from V1 to V2 easier.
MIT License
26 stars 26 forks source link

Add Private Swarm Key Support #28

Closed RobotSail closed 1 year ago

RobotSail commented 1 year ago

This PR follows the release of go-libp2p v0.24.0 by now providing a -swarmkey argument which allows users to supply a multicodec-encoded v1 PSK when launching their relay daemon.

Closes #16

Signed-off-by: Oleg S 97077423+RobotSail@users.noreply.github.com

RobotSail commented 1 year ago

@marten-seemann I've opened PR #29 to address dependency issues. Besides that, was there anything else you needed from me to get this PR merged?

marten-seemann commented 1 year ago

Sorry, I missed that PR. Merged now. Can you rebase please?

RobotSail commented 1 year ago

@marten-seemann I've rebased, let me know if there's any issues or anything else you'd need.