Copy-past error fixed

pull/396/head
usa- 2024-09-04 11:45:41 +03:00 committed by GitHub
parent 5ed7562d3c
commit f60f9663da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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: 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 ```shell
auto wg0iface wg0 inet static auto wg0
iface wg0 inet static
address 10.10.10.10.2 address 10.10.10.10.2
netmask 255.255.255.255.0 netmask 255.255.255.255.0
pre-up modprobe wireguard pre-up modprobe wireguard