From 3b37d52c036bb0ad03d2d1b706c8ba1fe890a003 Mon Sep 17 00:00:00 2001 From: Neo_Chen Date: Tue, 2 May 2023 23:56:03 +0800 Subject: [PATCH] WireGuard config template: add link-local address --- vpn/wireguard.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/vpn/wireguard.conf b/vpn/wireguard.conf index 5b3e65b..cf8aa45 100644 --- a/vpn/wireguard.conf +++ b/vpn/wireguard.conf @@ -1,4 +1,5 @@ [Interface] +Address = fe80::XXXX/64 PostUp = /path/to/wg-postup.sh %i # Set MTU to 1412 if using PPP #MTU = 1412