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: 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]