Added missing "n" to "Endpoint"
This commit is contained in:
parent
9a233a3ee1
commit
bb10cbee0d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ PrivateKey = $peerKey
|
||||||
[Peer]
|
[Peer]
|
||||||
PublicKey = $pubKey
|
PublicKey = $pubKey
|
||||||
AllowedIPs = $peerAllowedIPs
|
AllowedIPs = $peerAllowedIPs
|
||||||
Endpoit = $targetDomain:$listenPort
|
Endpoint = $targetDomain:$listenPort
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue