diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-11-28 08:53:45 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-11-28 08:53:45 +0100 |
commit | 428308f07c77b6a374b7f0f9cef8a163c5e52dd2 (patch) | |
tree | 36c439efa29bf1b724ecaab6180e30edffd3b47f /data/README | |
parent | workflows/ci: set-output is deprecated (diff) | |
download | wg-api-web-428308f07c77b6a374b7f0f9cef8a163c5e52dd2.tar.gz wg-api-web-428308f07c77b6a374b7f0f9cef8a163c5e52dd2.zip |
support peer aliasesv0.1.0
Diffstat (limited to 'data/README')
-rw-r--r-- | data/README | 3 |
1 files changed, 3 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. |