Skip to content

Instantly share code, notes, and snippets.

@mazz
Created July 17, 2017 01:47
Show Gist options
  • Save mazz/64f2bc9ba7858dfbf253c62f02ba2673 to your computer and use it in GitHub Desktop.
Save mazz/64f2bc9ba7858dfbf253c62f02ba2673 to your computer and use it in GitHub Desktop.
root@52:/etc/nginx/sites-enabled# sudo ufw status verbose
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip
To Action From
-- ------ ----
22/tcp ALLOW IN Anywhere
80/tcp ALLOW IN Anywhere
443/tcp ALLOW IN Anywhere
22/tcp (v6) ALLOW IN Anywhere (v6)
80/tcp (v6) ALLOW IN Anywhere (v6)
443/tcp (v6) ALLOW IN Anywhere (v6)
japheth:
maz@japheth:~$ sudo ufw status verbose
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip
To Action From
-- ------ ----
22/tcp ALLOW IN Anywhere
80/tcp ALLOW IN Anywhere
443/tcp ALLOW IN Anywhere
22/tcp (v6) ALLOW IN Anywhere (v6)
80/tcp (v6) ALLOW IN Anywhere (v6)
443/tcp (v6) ALLOW IN Anywhere (v6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment