diff options
author | Nico Schottelius <nico@nico-notebook.schottelius.org> | 2019-09-10 02:47:44 +0900 |
---|---|---|
committer | Nico Schottelius <nico@nico-notebook.schottelius.org> | 2019-09-10 02:47:44 +0900 |
commit | a487bac8c20d1d3fdf092d8db64763273396251d (patch) | |
tree | a0717a2f4fa7e864ba99096a19de86a8dc18b325 /README.md | |
parent | de0ac87ec579fe23258f547521df9b3810d9bbb2 (diff) |
Add invite friend script
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -31,6 +31,7 @@ To become a real IPv6 friend, you need to do the following things: - For each of your friends, check whether they are online - Import the friends of your friends and check whether they are online, too! +- Send friend requests (like other platforms!) ### Example: Generating a key with the right comment @@ -196,6 +197,17 @@ automates this process. You can probably just use your mail program for that - and you might even be able to send it IPv6 only! +### Example: Invite a friend + +Live is not great without friends! Let's invite a friend! This is as +easy is this: + +``` +printf 'Hello yournamehere!\n I am looking for real IPv6 friends.\n You find my friends on https://nico.ungleich.cloud/rifkeys.\nHow real IPv6 friends find each other is explained on https://code.ungleich.ch/nico/rif.\n Looking forward to befriend you!' | mail -s "friend request" ipv6@your.friend.example.com +``` + +And obviously this is waaaaaaaaay to long to type, so + ## Finding friends As real IPv6 friends are decentralised, there is no central registry |