allow 8080 through iptables


/ Published in: Bash
Save to your folder(s)

temporary, you will need to save rules and load at pre up


Copy this code and paste it in your HTML
  1. sudo iptables -A INPUT -p tcp --dport 8080 -j ACCEPT

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.