Skip to content

Commit 0f8cb97

Browse files
committed
allow internal connection to port 8080 and 8443
1 parent cb72d66 commit 0f8cb97

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

install/debian/firewall/ports.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ PROTOCOL='UDP' PORT='123'
1010
PROTOCOL='TCP' PORT='143'
1111
PROTOCOL='TCP' PORT='3306'
1212
PROTOCOL='TCP' PORT='5432'
13+
PROTOCOL='TCP' PORT='8080'
14+
PROTOCOL='TCP' PORT='8443'
1315
PROTOCOL='TCP' PORT='8083'

install/rhel/firewall/ports.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ PROTOCOL='UDP' PORT='123'
1010
PROTOCOL='TCP' PORT='143'
1111
PROTOCOL='TCP' PORT='3306'
1212
PROTOCOL='TCP' PORT='5432'
13+
PROTOCOL='TCP' PORT='8080'
14+
PROTOCOL='TCP' PORT='8443'
1315
PROTOCOL='TCP' PORT='8083'

install/ubuntu/firewall/ports.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ PROTOCOL='UDP' PORT='123'
1010
PROTOCOL='TCP' PORT='143'
1111
PROTOCOL='TCP' PORT='3306'
1212
PROTOCOL='TCP' PORT='5432'
13+
PROTOCOL='TCP' PORT='8080'
14+
PROTOCOL='TCP' PORT='8443'
1315
PROTOCOL='TCP' PORT='8083'

0 commit comments

Comments
 (0)