Documented UFW rules
This commit is contained in:
parent
511ce019cd
commit
e3e9beb40a
1 changed files with 12 additions and 1 deletions
13
util/NOTE.md
13
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<br/>
|
|||
**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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue