Remove port 53 from UPnP (but keep it open on local network) (#362)

This commit is contained in:
Maniack Crudelis 2017-11-28 21:06:16 +01:00 committed by Alexandre Aubin
parent 17ba10ad92
commit cb1728f32c

View file

@ -1,7 +1,7 @@
uPnP:
enabled: false
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269]
UDP: [53]
TCP: [22, 25, 80, 443, 465, 587, 993, 5222, 5269]
UDP: []
ipv4:
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269]
UDP: [53, 5353]