Answers for "how to allow traffic on port 8443 in centos"

0

how to allow traffic on port 8080 in centos 7

firewall-cmd --zone=public --permanent --add-port=8080/tcp
Posted by: Guest on May-11-2020
0

how to allow traffic on port 8080 in centos 7

firewall-cmd --reload
Posted by: Guest on May-11-2020

Code answers related to "how to allow traffic on port 8443 in centos"

Browse Popular Code Answers by Language