From f77d26963760b3fb8bb770673b61bd4bf667206e Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Thu, 17 Sep 2020 19:14:39 +0000 Subject: Documentation fix --- man/wgconfd.5.scd | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'man') diff --git a/man/wgconfd.5.scd b/man/wgconfd.5.scd index 15c19e9..aaaf5a6 100644 --- a/man/wgconfd.5.scd +++ b/man/wgconfd.5.scd @@ -91,13 +91,7 @@ Sources are defined in *[[source]]* sections. The following options are availabl # PEER SECTIONS In some cases one may want to override some settings for individual peers. -This can be achieved through *[[peer]]* sections: - -*public_key* - The public key of the peer for which the overrides apply, as a base64 - encoded string. - - Required. +This can be achieved through *[peer."public_key"]* sections: *source* If specified, ignore attempts by other sources to define this peer. Note @@ -124,5 +118,5 @@ This can be achieved through *[[peer]]* sections: Default: the keepalive value from the source, or infinite if not set, restricted by *min_keepalive* and *max_keepalive* -Note that having a *[[peer]]* section is not enough to create a peer - it must +Note that having a *[peer.*]* section is not enough to create a peer. It must also exist in one of the sources. -- cgit