ffnord / mesh-announce

Discussion at #mesh-announce:irc.hackint.org and (separately) at
https://matrix.to/#/!MjLIHcALOcENXZWQlH:irc.hackint.org/$1547640760901FmKaD:matrix.eclabs.de
13 stars 45 forks source link

fastd.public_key not supported #68

Closed AiyionPrime closed 3 years ago

AiyionPrime commented 3 years ago

Currently the path fastd.public_key is not implemented, yet.

https://gluon.readthedocs.io/en/latest/user/site.html

By default the public key of a node’s VPN daemon is not added to announced respondd data; this prevents malicious ISPs from correlating VPN sessions with specific mesh nodes via public respondd data. If this is of no concern in your threat model, this behaviour can be disabled (and thus announcing the public key be enabled) by setting pubkey_privacy to false. At the moment, this option only affects fastd.

As for supernodes the pubkey is quite often already visible for everyone on the internet, I'd like to have this implemented for easier debugging.