diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-06-16 00:28:26 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-06-16 00:28:28 +0200 |
commit | 706e234c65a2e7f4c3be9d9ed9d62925d646bd76 (patch) | |
tree | 319dc141b9f975f1a0c2933a1c8ed80b257b9f49 | |
parent | e1a180abb29e493dd294cd4ec34e3a1d7337e776 (diff) | |
download | vyos-documentation-706e234c65a2e7f4c3be9d9ed9d62925d646bd76.tar.gz vyos-documentation-706e234c65a2e7f4c3be9d9ed9d62925d646bd76.zip |
Interfaces/VPN: move WireGuard to VPN section
... as OpenVPN is already there, too and it is represented as interface.
-rw-r--r-- | docs/vpn/index.rst | 1 | ||||
-rw-r--r-- | docs/vpn/wireguard.rst (renamed from docs/interfaces/wireguard.rst) | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/vpn/index.rst b/docs/vpn/index.rst index 96a73454..956711ad 100644 --- a/docs/vpn/index.rst +++ b/docs/vpn/index.rst @@ -15,3 +15,4 @@ This chapter descriptes the available VPN services provided by VyOS. site2site_ipsec dmvpn pptp + wireguard diff --git a/docs/interfaces/wireguard.rst b/docs/vpn/wireguard.rst index b085865a..b0d438a5 100644 --- a/docs/interfaces/wireguard.rst +++ b/docs/vpn/wireguard.rst @@ -1,3 +1,5 @@ +.. _wireguard: + WireGuard VPN Interface ----------------------- |