Allow And Block Ports Using Port In Ubuntu

[Solved] Allow And Block Ports Using Port In Ubuntu | Typescript - Code Explorer | yomemimo.com
Question : Allow and Block Ports Using Port in ubuntu

Answered by : rusik

//For example, to allow the TCP port 8080 using UFW, run the following command:
$ sudo ufw allow 8080/tcp
// Then check status with:
$ sudo ufw status

Source : | Last Update : Sun, 19 Jun 22

Answers related to allow and block ports using port in ubuntu

Code Explorer Popular Question For Typescript