From f60f9663dae2ccb92b1f102d8eaba63a337c2a7c Mon Sep 17 00:00:00 2001 From: usa- Date: Wed, 4 Sep 2024 11:45:41 +0300 Subject: [PATCH] Copy-past error fixed --- en/faq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/faq.md b/en/faq.md index 5be8519..9714a7d 100644 --- a/en/faq.md +++ b/en/faq.md @@ -306,7 +306,8 @@ Use [this guide](https://ruvds.com/ru/helpcenter/nastroyka-vpn-s-ispolzovaniem-w 1) In the `/etc/network/interfaces.d/wg0` file, add the `auto wg0` line to the beginning, in `address` specify the desired client address within the VPN network, and in `netmask` specify the VPN network mask. An example of the resulting file: ```shell -auto wg0iface wg0 inet static +auto wg0 +iface wg0 inet static address 10.10.10.10.2 netmask 255.255.255.255.0 pre-up modprobe wireguard