add hint to "interface %n"

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

View File

@ -93,6 +93,8 @@ Now we need to fill in the peer details of the node you are connecting to:
* Set this to the remote peer's fastd port
5. `"<peer's public key>"`
* Set this to your peer's public key
6. `interface "%n";`
* This sets the peer name as the interface name. If this interface name should be different, it can be adjusted here.
> The `float yes` is to allow the peer with the provided public key to connect to you using a source address **other** than the one specified (as fastd does authenticate against that). [Read more](https://fastd.readthedocs.io/en/stable/manual/config.html#main-configuration).