mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Wireguard: add netmask caveat note (#3584)
With the default netmask no outgoing traffic will pass through the tunnel, so add a note about this in the sample configuration.
This commit is contained in:
parent
67e5ba0c19
commit
21d9205e4f
@ -47,7 +47,8 @@ adding the following to your configuration:
|
||||
peer_endpoint: wg.server.example
|
||||
peer_public_key: EeFfGgHh...=
|
||||
|
||||
# Optional netmask (this is the default if omitted)
|
||||
# Optional netmask (this is the default, no outgoing traffic
|
||||
# will pass through the tunnel if omitted)
|
||||
netmask: 255.255.255.255
|
||||
|
||||
# Optional endpoint port (WireGuard default if omitted)
|
||||
|
Loading…
Reference in New Issue
Block a user