Created
July 17, 2017 01:47
-
-
Save mazz/64f2bc9ba7858dfbf253c62f02ba2673 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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