Merge pull request #63 from raidancampbell/master

fix anchor linking in config reference
pull/68/head
Nick Sweeting 3 years ago committed by GitHub
commit 6792c7eaa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -626,10 +626,10 @@ Config files can opt to use the limited set of `wg` config options, or the more
<a href="#PostDown">`PostDown = /bin/example arg1 arg2 %i`</a>
<a href="#Peer-">`[Peer]`</a>
<a href="#-Name1">`# Name = node2-node.example.tld`</a>
<a href="#Peer">`[Peer]`</a>
<a href="#-Name-1">`# Name = node2-node.example.tld`</a>
<a href="#AllowedIPs">`AllowedIPs = 192.0.2.1/24`</a>
<a href="#ListenPort">`Endpoint = node1.example.tld:51820`</a>
<a href="#Endpoint">`Endpoint = node1.example.tld:51820`</a>
<a href="#PublicKey">`PublicKey = remotePublicKeyAbcAbcAbc=`</a>
<a href="#PersistentKeepalive">`PersistentKeepalive = 25`</a>

Loading…
Cancel
Save