ufw: add KDE Connect

Closes #113
This commit is contained in:
Aminda Suomalainen 2018-11-03 13:26:04 +02:00
parent a2743adad0
commit f4deb7eda0
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 14 additions and 2 deletions

View File

@ -30,7 +30,7 @@ my network).
This post first has list of commands, then explanations that won't be
repeated with IPvX ranges.
```
```bash
ufw allow 22/tcp
ufw default deny incoming
ufw default allow outgoing
@ -76,7 +76,19 @@ ufw allow 60000:61000/udp
*If some host doesn't run some of the mentioned service, it's not open in
the firewall.*
KDE Connect which seems painful enough to list separately and doesn't seem
to work IPv6-only or I am too impatient.
```bash
#ufw allow from 192.168.8.0/24 to any port 1714:1764 proto tcp
#ufw allow from 192.168.8.0/24 to any port 1714:1764 proto udp
ufw allow from fe80::/10 to any port 1714:1764 proto tcp
ufw allow from fe80::/10 to any port 1714:1764 proto udp
```
* * * * *
Last updated: 2018-11-03T12:40 | [GitHub changelog](https://github.com/Mikaela/mikaela.github.io/commits/master/_posts/2015-06-12-ufw.md) |
Last updated: 2018-11-03T13:25+0200 | [GitHub changelog](https://github.com/Mikaela/mikaela.github.io/commits/master/_posts/2015-06-12-ufw.md) |
[Blesmrt Gitea changelog](https://gitea.blesmrt.net/mikaela/mikaela-info/commits/branch/master/_posts/2015-06-12-ufw.md)