aboutsummaryrefslogtreecommitdiff
path: root/man/wgconfd.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'man/wgconfd.5.scd')
-rw-r--r--man/wgconfd.5.scd10
1 files changed, 2 insertions, 8 deletions
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.