diff --git a/wireguard/wg0-cli.conf b/wireguard/wg0-cli.conf new file mode 100644 index 0000000..132afd3 --- /dev/null +++ b/wireguard/wg0-cli.conf @@ -0,0 +1,11 @@ +[Interface] +PrivateKey = 2NI4Cncwtiek7Bruiy+o20D1kUdsvuc48ghyid31K14= +Address = 10.0.2.2/32 +#DNS = 192.168.1.254 + +[Peer] +PublicKey = m6hWdYYP/LKIakf5nFaXlXaASQNS1xtJPDXDVh1Ahn8= # de machineA +#AllowedIPs = 10.0.0.0/8, 192.168.1.0/24 +AllowedIPs = 0.0.0.0/0 +Endpoint = 10.121.38.33:51821 +PersistentKeepalive = 20