From e3e9beb40a15a76b693451b5c561a1d4b8d87115 Mon Sep 17 00:00:00 2001 From: John Hays Date: Thu, 7 Mar 2024 12:18:30 -0800 Subject: [PATCH] Documented UFW rules --- util/NOTE.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/util/NOTE.md b/util/NOTE.md index ecd0e06..021669e 100644 --- a/util/NOTE.md +++ b/util/NOTE.md @@ -1,4 +1,4 @@ - +#Configuration and Management I have localized all of the configuration files in **/usr/local/etc**: @@ -38,3 +38,14 @@ To view the systemctl manual - type
**man systemctl** Also spend some time with [DStarGateway README](https://github.com/F4FXL/DStarGateway/blob/develop/README.md) (and the README.md in each subdirectory) + +#Firewall + +If using [ufw](https://wiki.ubuntu.com/UncomplicatedFirewall) [dstar](dstar) rules are aavailable. +``` +cd util +sudo cp dstar /etc/ufw/applications.d +sudo ufw reload +sudo ufw status verbose +``` +