damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 95f1127b74d4fa02181a7cd49351c19032ce5431
parent 4c821764661539c189db5b2cc879ca6f4fb9048a
Author: alltheseas <64376233+alltheseas@users.noreply.github.com>
Date:   Mon,  6 Mar 2023 11:46:01 -0600

Readme.MD: add privacy section, and link to issues

Added:
1. Damus implications on user privacy (IP address)
2. Added direct link to Damus github issues for interested contributors
3. Added statement of relation between IP address and public key

Co-authored-by: Max Hillebrand <30683012+MaxHillebrand@users.noreply.github.com>

Diffstat:
MREADME.md | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -92,7 +92,7 @@ damus implements the following [Nostr Implementation Possibilities][nips] ## Contributing -Contributors welcome! +Contributors welcome! Start by examining known issues: https://github.com/damus-io/damus/issues. ### Code @@ -100,6 +100,11 @@ Contributors welcome! [git-send-email]: http://git-send-email.io +### Privacy +Your internet protocol (IP) address is exposed to the relays you connect to, and third party media hosters (e.g. nostr.build, imgur.com, giphy.com, youtube.com etc.) that render on Damus. If you want to improve your privacy, consider utilizing a service that masks your IP address (e.g. a VPN) from trackers online. + +The relay also learns which public keys you are requesting, meaning your public key will be tied to your IP address. + ### Translations Translators welcome! Join the [Transifex][transifex] project.