Skip to content

Instantly share code, notes, and snippets.

@nongiach
Created October 23, 2018 09:55
Show Gist options
  • Save nongiach/f916a6eaeee22b4e68fc043b2d69fb17 to your computer and use it in GitHub Desktop.
Save nongiach/f916a6eaeee22b4e68fc043b2d69fb17 to your computer and use it in GitHub Desktop.
apt-get install ufw
ufw default deny incoming
ufw enable
For Connection from target to you port:
ufw allow from $target to…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment