From 565d11f34cecc40f617de5f0493b8b00fe257856 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 Dec 2021 11:48:27 +0100 Subject: [PATCH] wg0 pour client --- wireguard/wg0-cli.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 wireguard/wg0-cli.conf 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