From 94cc8c3bba20fe1a8f7e69cfa3c2ea2596574841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Ciarcin=CC=81ski?= Date: Wed, 22 Jan 2025 11:39:59 +0100 Subject: [PATCH] Fix example address --- .../wireguard/create-your-vpn-network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-and-features/features-and-configuration/wireguard/create-your-vpn-network.md b/admin-and-features/features-and-configuration/wireguard/create-your-vpn-network.md index 9cb6d7d..35635e5 100644 --- a/admin-and-features/features-and-configuration/wireguard/create-your-vpn-network.md +++ b/admin-and-features/features-and-configuration/wireguard/create-your-vpn-network.md @@ -32,7 +32,7 @@ It's a name that will be visible both on the UI, but also in the desktop client By providing the VPN IP/mask, you are configuring both: **the VPN internal network and VPN server IP**. Every gateway will bind to this address and Defguard will also generate and assign IP addresses for devices in this location from this network. -This field can contain multiple IP addresses (both IPv4 and IPv6), separated by a comma (e.g. 10.10.20.1/24,fc00::abcd:0:1/96). The first (leftmost) address is the primary address, and this one will be used for IP address assignment for devices. The other IP addresses are auxiliary and are not managed by Defguard. +This field can contain multiple IP addresses (both IPv4 and IPv6), separated by a comma (e.g. `10.10.20.1/24,fc00::abcd:0:1/96`). The first (leftmost) address is the primary address, and this one will be used for IP address assignment for devices. The other IP addresses are auxiliary and are not managed by Defguard. #### Examples