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

Relay only streams with a specific protocol ID #35

Closed b00f closed 1 year ago

b00f commented 1 year ago

How to configure the libp2p-relay-daemon to relay only streams with a specific protocol ID? Otherwise anyone can use a relay server for any network. Right?

marten-seemann commented 1 year ago

It’s not possible. The relayed connections are e2e encrypted.