mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2025-02-20 08:37:49 +07:00
Made instructions on iptables rules more explicit
This commit is contained in:
parent
8824f903a1
commit
608762c857
@ -91,8 +91,9 @@ My ``/etc/wireguard/wg0.conf`` looks like this:
|
||||
PublicKey = <peer-public-key>
|
||||
AllowedIPs = 10.0.1.2/32
|
||||
|
||||
Note that this only works if your network interface is ``eth0``. You can check
|
||||
which name your interface has by running ``ip a`` in an SSH session.
|
||||
Note that you need to modify the rules if your network interface is not
|
||||
``eth0``. You can check which name your interface has by running ``ip a`` in an
|
||||
SSH session.
|
||||
|
||||
|
||||
Compiling
|
||||
|
Loading…
Reference in New Issue
Block a user