From 03ba0cf126a0032fa151944bea28a41ef8077f15 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Mon, 3 Aug 2026 08:58:29 +0200 Subject: [PATCH] Use correct IP prefix in example --- docs/guides/wiregueard-admin-vpn.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/wiregueard-admin-vpn.md b/docs/guides/wiregueard-admin-vpn.md index 14330b9c..ad7bfa06 100644 --- a/docs/guides/wiregueard-admin-vpn.md +++ b/docs/guides/wiregueard-admin-vpn.md @@ -11,10 +11,12 @@ tbd. where to add your key ## Example Config +Replace `YOUR_IP_IN_DEC` with your IP in decimal, and `YOUR_IP_IN_HEX` with your IP in hexadecimal. + ``` [Interface] PrivateKey = YOUR_PRIVATE_KEY -Address = 172.31.202.YOUR_IP/32 +Address = 10.89.214.YOUR_IP_IN_DEC/32, 2a07:c481:1:37::YOUR_IP_IN_HEX [Peer] PublicKey = fmlxjh3iOfpgrHQQpK3dyOD0BvDppGCUkFuMSroqQR4=