diff options
author | Robert Göhler <github@ghlr.de> | 2021-09-23 19:48:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 19:48:13 +0200 |
commit | 26f92e815d59ad27a69ce00e36cfb724591e6637 (patch) | |
tree | 411cc0f83967c5daf58e9e856b81b16031437b38 | |
parent | 32f6e4e750f56672956ab97343f50a22dafd9d1d (diff) | |
parent | 65f8287e5a5af67d45b402982a84917b0341feb7 (diff) | |
download | vyos-documentation-26f92e815d59ad27a69ce00e36cfb724591e6637.tar.gz vyos-documentation-26f92e815d59ad27a69ce00e36cfb724591e6637.zip |
Merge pull request #621 from robmobz/patch-1
Update wireguard.rst to correct typo
-rw-r--r-- | docs/configuration/interfaces/wireguard.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/interfaces/wireguard.rst b/docs/configuration/interfaces/wireguard.rst index 2d6baeec..55e03b16 100644 --- a/docs/configuration/interfaces/wireguard.rst +++ b/docs/configuration/interfaces/wireguard.rst @@ -110,7 +110,7 @@ one. set interfaces wireguard wg01 port '51820' # Port of own server set protocols static route 192.168.2.0/24 interface wg01 # Static route to remote subnet -The last step is to define an interface route for 10.2.0.0/24 to get +The last step is to define an interface route for 192.168.2.0/24 to get through the WireGuard interface `wg01`. Multiple IPs or networks can be defined and routed. The last check is allowed-ips which either prevents or allows the traffic. |