Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Allow and Block Ports Using Port in 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
 
PREVIOUS NEXT
Tagged: #Allow #Block #Ports #Using #Port #ubuntu
ADD COMMENT
Topic
Name
7+4 =