Add pa-dlna setup for xps

This commit is contained in:
Sonny Bakker 2025-04-06 21:16:57 +02:00
parent 6b2c70f5da
commit 20bf21baa2
5 changed files with 115 additions and 2 deletions

View file

@ -23,6 +23,9 @@ table inet filter {
# allow ssh
tcp dport ssh accept
ip saddr 192.168.2.11 tcp dport 8080 accept comment "HTTP pa-dlna server"
ip saddr 192.168.2.11 udp dport 1900 accept comment "UPnP"
# syncthing
ip saddr 10.0.0.1 tcp dport 22000 accept
}