소스 검색

Open TCP port 53 for dns

Joe M 10 년 전
부모
커밋
1d10dbdc4d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      install/rhel/6/firewall/ports.conf

+ 1 - 0
install/rhel/6/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'