浏览代码

Open TCP port 53 for dns

Joe M 10 年之前
父节点
当前提交
2d3aa5622a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      install/ubuntu/15.10/firewall/ports.conf

+ 1 - 0
install/ubuntu/15.10/firewall/ports.conf

@@ -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'