You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
319 B
YAML
10 lines
319 B
YAML
---
|
|
# Directory to store WireGuard configuration on the remote hosts
|
|
wireguard_remote_directory: "/etc/wireguard"
|
|
|
|
# The default port WireGuard will listen if not specified otherwise.
|
|
wireguard_port: "51820"
|
|
|
|
# The default interface name that wireguard should use if not specified otherwise.
|
|
wireguard_interface: "wg0"
|