You can save the following content as wf.sh, and then run the script. #!/bin/bashread -p "Local port:" portfirewall-cmd --add-port=$port/tcp --permanentfirewall-cmd --add-port=$port/udp --permanentfirewall-cmd --reload reference This document: https://www.niaoyun.com/docs/15875.html/?utm_source=phpl-220117
You can save the following content as wf.sh, and then run the script. #!/bin/bashread -p "Local port:" portfirewall-cmd --add-port=$port/tcp --permanentfirewall-cmd --add-port=$port/udp --permanentfirewall-cmd --reload reference This document: https://www.niaoyun.com/docs/15875.html/?utm_source=phpl-220117