Add missing default variable
This commit is contained in:
parent
0afb85375e
commit
d00bcb7d6a
|
@ -12,6 +12,9 @@ wireguard_port: "51820"
|
||||||
# The default interface name that wireguard should use if not specified otherwise.
|
# The default interface name that wireguard should use if not specified otherwise.
|
||||||
wireguard_interface: "wg0"
|
wireguard_interface: "wg0"
|
||||||
|
|
||||||
|
# Whether or not WireGuard is running in a container
|
||||||
|
wireguard_containerized: "false"
|
||||||
|
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# Settings only relevant for Ubuntu
|
# Settings only relevant for Ubuntu
|
||||||
|
|
Reference in a new issue