Skip to content

Commit

Permalink
Update advanced-client-install.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
NEETweeb committed Jul 17, 2024
1 parent c08aaa6 commit 8c6a492
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions advanced-client-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,16 +218,12 @@ For example, in UFW you may do:
#set firewall to log only the blocked traffic
ufw logging low
.. code-block::
#clear out the current logs
cat /dev/null | sudo tee /var/log/ufw.log
.. code-block::
​ #reload ufw
ufw reload

.. code-block::
#filter the logs
cat /var/log/ufw.log | grep -e <netmaker server IP> -e <other nodes' IPs>

Expand Down

0 comments on commit 8c6a492

Please sign in to comment.