diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/README | 3 | ||||
-rw-r--r-- | data/aliases | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/data/README b/data/README new file mode 100644 index 0000000..526ba86 --- /dev/null +++ b/data/README @@ -0,0 +1,3 @@ +The aliases file has the following format: each line represents a peer. It +must start with a public key; the key is separated from its readable alias by +whitespace. The rest of the line (after the whitespace) is the key's alias. diff --git a/data/aliases b/data/aliases new file mode 100644 index 0000000..388279e --- /dev/null +++ b/data/aliases @@ -0,0 +1,2 @@ +0ey2pXRG/WXIs5NyMITq0qyCIMERxPoO89wisK7LTAY= peer1 +egaZeGPGlOLkVVunaxBav73gGzbwghY17ClWzTD8QXQ= peer2 |