aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 7e49cd2..768e7cf 100644
--- a/readme.md
+++ b/readme.md
@@ -56,12 +56,12 @@ requires some effort to implement for multiple users.
download_speed = 3_000_000 # maximum sustained backup download speed in bytes per second
[server]
- address = "127.0.0.1:29285"
+ address = "127.0.0.1:29285" # address for the server to listen on
[[peer]]
- name = "alice"
- address = "aliceserver.net:29285"
- shared_secret = "hunter2"
+ name = "alice" # only used for peer selection, doesnt really matter
+ address = "aliceserver.net:29285" # address for outgoing connections to that peer
+ shared_secret = "hunter2" # secret used to authentificate connections between you and that peer
[[peer]]
name = "bob"