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 +``` +