add windows images

This commit is contained in:
Grégory Lebreton 2021-08-10 18:04:17 +02:00
parent a573d68667
commit 2befc5ce63

View File

@ -102,6 +102,13 @@ PublicKey = SERVER_PUBLIC_KEY
Endpoint = SERVER_IP_ADDRESS:51820
AllowedIPs = 0.0.0.0/0
```
Configuration de "l'IP forwarding":
```bash
sudo nano /etc/sysctl.conf
/etc/sysctl.conf
net.ipv4.ip_forward=1
```
Sécurisation des fichiers sensibles:
```bash