remove <ip> as we use [::] now
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
5838a14730
commit
b66d10be53
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue