diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-11-08 18:27:12 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-11-08 18:27:12 +0100 | 
| commit | 7d465443244891ed0a67fd5e62dadee30763fd3a (patch) | |
| tree | e7921efa3c60ec1b1e83ca86b49356967deefc52 /docs | |
| parent | 8039d9d2dce4b99820513041045b1825a09ffd07 (diff) | |
| download | vyos-documentation-7d465443244891ed0a67fd5e62dadee30763fd3a.tar.gz vyos-documentation-7d465443244891ed0a67fd5e62dadee30763fd3a.zip | |
wireguard: fix generation error
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/vpn/wireguard.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/vpn/wireguard.rst b/docs/vpn/wireguard.rst index abd8a256..ecd7598e 100644 --- a/docs/vpn/wireguard.rst +++ b/docs/vpn/wireguard.rst @@ -152,7 +152,7 @@ Operational commands    vyos@wg01# run show interfaces wireguard wg01    interface: wg1        description: VPN-to-wg01 -      address: 10.2.0.1/24' +      address: 10.2.0.1/24        public key: RIbtUTCfgzNjnLNPQ/asldkfjhaERDFl2H/xUfbyjc=        private key: (hidden)        listening port: 53665 | 
