Fix Interface section to use Address= instead of AllowedIPs=. AllowedIPs= is used under the Peer section.

This commit is contained in:
Ryan Barrie 2024-12-20 07:41:54 -05:00
parent 12b32505fb
commit 25d8748c4c

View File

@ -954,7 +954,7 @@ The examples in these docs primarily use IPv4, but WireGuard natively supports I
```ini
[Interface]
AllowedIps = 192.0.2.3/24, 2001:DB8::/64
Address = 192.0.2.3/24, 2001:DB8::/64
[Peer]
...