Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Last active March 22, 2022 09:56
Show Gist options
  • Save sailfish009/5d13442a7fb8d59b13b5b2055bded06b to your computer and use it in GitHub Desktop.
Save sailfish009/5d13442a7fb8d59b13b5b2055bded06b to your computer and use it in GitHub Desktop.
$ 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