mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove port 53 from UPnP (but keep it open on local network) (#362)
This commit is contained in:
parent
17ba10ad92
commit
cb1728f32c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
uPnP:
|
uPnP:
|
||||||
enabled: false
|
enabled: false
|
||||||
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269]
|
TCP: [22, 25, 80, 443, 465, 587, 993, 5222, 5269]
|
||||||
UDP: [53]
|
UDP: []
|
||||||
ipv4:
|
ipv4:
|
||||||
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269]
|
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269]
|
||||||
UDP: [53, 5353]
|
UDP: [53, 5353]
|
||||||
|
|
Loading…
Add table
Reference in a new issue