From f2a4403804a1e7207474cc7bafd148ed972902f3 Mon Sep 17 00:00:00 2001
From: Ystinia Zalatova <94921687+ystinia@users.noreply.github.com>
Date: Fri, 14 Feb 2025 20:27:12 +0000
Subject: [PATCH] Fix typo in package-wireguard.md

---
 en/package-wireguard.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/en/package-wireguard.md b/en/package-wireguard.md
index c45f2d7..b1f8f62 100644
--- a/en/package-wireguard.md
+++ b/en/package-wireguard.md
@@ -16,8 +16,8 @@ Use [this guide](https://ruvds.com/ru/helpcenter/nastroyka-vpn-s-ispolzovaniem-w
 ```shell
 auto wg0
 iface wg0 inet static
-    address 10.10.10.10.2
-    netmask 255.255.255.255.0
+    address 10.10.10.2
+    netmask 255.255.255.0
     pre-up modprobe wireguard
     pre-up ip link add dev wg0 type wireguard
     pre-up wg setconf wg0 /etc/wireguard.conf
@@ -28,7 +28,7 @@ iface wg0 inet static
 [Interface].
 PrivateKey = MO3+yxTyFnnOgeOk9NKFSKHqgFfW6cBhctUO4YeiwV0=
 [Peer]
-AllowedIPs = 10.10.10.10.0/24
+AllowedIPs = 10.10.10.0/24
 Endpoint = 192.168.0.2:51820
 PersistentKeepalive = 25
 PublicKey = M2/axcXbD+eg/c4vfEQTiIpV6LU+kzgJCGqDpzIpHS4=