Prechádzať zdrojové kódy

allow internal connection to port 8080 and 8443

Serghey Rodin 11 rokov pred
rodič
commit
0f8cb977b2

+ 2 - 0
install/debian/firewall/ports.conf

@@ -10,4 +10,6 @@ PROTOCOL='UDP' PORT='123'
 PROTOCOL='TCP' PORT='143'
 PROTOCOL='TCP' PORT='3306'
 PROTOCOL='TCP' PORT='5432'
+PROTOCOL='TCP' PORT='8080'
+PROTOCOL='TCP' PORT='8443'
 PROTOCOL='TCP' PORT='8083'

+ 2 - 0
install/rhel/firewall/ports.conf

@@ -10,4 +10,6 @@ PROTOCOL='UDP' PORT='123'
 PROTOCOL='TCP' PORT='143'
 PROTOCOL='TCP' PORT='3306'
 PROTOCOL='TCP' PORT='5432'
+PROTOCOL='TCP' PORT='8080'
+PROTOCOL='TCP' PORT='8443'
 PROTOCOL='TCP' PORT='8083'

+ 2 - 0
install/ubuntu/firewall/ports.conf

@@ -10,4 +10,6 @@ PROTOCOL='UDP' PORT='123'
 PROTOCOL='TCP' PORT='143'
 PROTOCOL='TCP' PORT='3306'
 PROTOCOL='TCP' PORT='5432'
+PROTOCOL='TCP' PORT='8080'
+PROTOCOL='TCP' PORT='8443'
 PROTOCOL='TCP' PORT='8083'