From 428308f07c77b6a374b7f0f9cef8a163c5e52dd2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 28 Nov 2022 08:53:45 +0100 Subject: support peer aliases --- data/README | 3 +++ data/aliases | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 data/README create mode 100644 data/aliases (limited to 'data') 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 -- cgit v1.2.3