Open TCP port 53 for dns

This commit is contained in:
Joe M 2015-12-28 05:32:18 -05:00
parent 113aefcf73
commit 2d3aa5622a

View file

@ -2,6 +2,7 @@ PROTOCOL='TCP' PORT='20'
PROTOCOL='TCP' PORT='21'
PROTOCOL='TCP' PORT='22'
PROTOCOL='TCP' PORT='25'
PROTOCOL='TCP' PORT='53'
PROTOCOL='UDP' PORT='53'
PROTOCOL='TCP' PORT='80'
PROTOCOL='TCP' PORT='443'