Zezwalaj i blokuj porty za pomocą portu w Ubuntu
//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
Mysterious Macaque