remove <ip> as we use [::] now

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-04 18:16:07 +01:00
parent 5838a14730
commit b66d10be53
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ on down "ip link set dev $INTERFACE down";
The template needs to have the following filled in:
1. `<ip>` and `<port>`
* The IP address and port to bind to and listen on for incoming connections from your peer's daemon (if his daemon initiates the connection first)
1. `<port>`
* The port to bind to and listen on for incoming connections from your peer's daemon (if his daemon initiates the connection first)
Now you must run the following: