Skip to content

Commit

Permalink
Add iptables to wireguard dependencies
Browse files Browse the repository at this point in the history
Added to ``apt`` command to install dependencies.

QA Steps: Checked that the package name is correct, checked rendered
output. Ran linkcheck. No issues found.

This commit addresses FFTK-3454, "Documentation: Wireguard dependency"

Signed-off-by: Katrina Prosise <[email protected]>
  • Loading branch information
kprosise committed Sep 11, 2024
1 parent f88ee56 commit 85aa42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/reference-manual/remote-access/wireguard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Install dependencies:

.. prompt:: bash

sudo apt install git wireguard wireguard-tools python3 python3-requests
sudo apt install git wireguard wireguard-tools python3 python3-requests iptables

Clone the VPN server code:

Expand Down

0 comments on commit 85aa42b

Please sign in to comment.