Why Nostr? What is Njump?
2023-03-06 16:35:09

broadmode on Nostr: Setup a firewall on #VanillaOS. 1. Install `ufw` to `abroot` - ``` $ sudo abroot ...

Setup a firewall on #VanillaOS.

1. Install `ufw` to `abroot` -

```
$ sudo abroot shell
$ sudo apt install ufw
$ exit
$ sudo reboot
```

2. Configure and enable `ufw` -

```
$ sudo which ufw
$ sudo ufw status
$ sudo ufw default deny incoming
$ sudo ufw default allow outgoing
$ sudo ufw enable
```

3. Verify that `ufw` configured `iptables` -

```
$ sudo iptables -L
```

Done.

#Linux🐧
Author Public Key
npub1x458tl7h9xcxa66vr4a8pg0h2qz96pnhwnfpcra0le9090uk5t5qw7armt