Diode VPN and Exit Nodes

Hey Community,

we have released Diode VPN the first standalone VPN client using the Diode Network. It is using the new wireguard compatibility layer to provide a simple consumer VPN that can be used with any app. This is similar to what ProtonVPN or NordVPN provide but permission-less and any node operator can become a participant earning from the fleets traffic.

To enable your node to become and exit node for wireguard traffic you just have to issue these additional snap commands:

```
sudo snap connect diode-node:network-control
sudo snap connect diode-node:firewall-control
sudo snap restart diode-node.service
```

These will allow the diode-node to auto-configure firewall and wireguard rules and become an exit node. After this is done you will see your own node appear on the map inside the Diode VPN app!

Cheers!