summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2023-10-19 09:47:46 +0200
committerGitHub <noreply@github.com>2023-10-19 09:47:46 +0200
commite9780941390d5f800544cfa17d4ff1f250cd0c50 (patch)
tree9a43807a5b71b06605ce340603b9ff96813220bc
parent1ddce99cc861a3e7de23ef218baeb435efa81880 (diff)
parentd3afeafb413a00923525ea32800e8f29b682f5ed (diff)
downloadvyos-documentation-e9780941390d5f800544cfa17d4ff1f250cd0c50.tar.gz
vyos-documentation-e9780941390d5f800544cfa17d4ff1f250cd0c50.zip
Merge pull request #1120 from vhelke/fix_typo_in_wireguard_doc
Fix two typos in Wireguard doc
-rw-r--r--docs/configuration/interfaces/wireguard.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/interfaces/wireguard.rst b/docs/configuration/interfaces/wireguard.rst
index 8b829b64..885720e1 100644
--- a/docs/configuration/interfaces/wireguard.rst
+++ b/docs/configuration/interfaces/wireguard.rst
@@ -222,7 +222,7 @@ firewall exception.
set firewall ipv4 name OUTSIDE_LOCAL rule 20 protocol udp
set firewall ipv4 name OUTSIDE_LOCAL rule 20 source
-You should also ensure that the OUTISDE_LOCAL firewall group is applied to the
+You should also ensure that the OUTSIDE_LOCAL firewall group is applied to the
WAN interface and a direction (local).
.. code-block:: none
@@ -413,7 +413,7 @@ the VyOS CLI.
into the VyOS CLI if needed. The supplied ``<name>`` on the CLI will become
the peer name in the snippet.
- In addition you will specifiy the IP address or FQDN for the client where it
+ In addition you will specify the IP address or FQDN for the client where it
will connect to. The address parameter can be used up to two times and is used
to assign the clients specific IPv4 (/32) or IPv6 (/128) address.