Add pa-dlna setup for xps
This commit is contained in:
parent
6b2c70f5da
commit
20bf21baa2
5 changed files with 115 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue