Last active
March 22, 2022 09:56
-
-
Save sailfish009/5d13442a7fb8d59b13b5b2055bded06b 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
$ sudo ufw status verbose | |
Status: active | |
Logging: on (low) | |
Default: deny (incoming), deny (outgoing), disabled (routed) | |
New profiles: skip | |
To Action From | |
-- ------ ---- | |
53 ALLOW OUT Anywhere | |
80/tcp ALLOW OUT Anywhere | |
443/tcp ALLOW OUT Anywhere | |
$ sudo ufw enable | |
// or in case that doesn't worked | |
$ sudo systemctl enable ufw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment