diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-03-24 12:09:53 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-03-24 12:09:53 +0100 |
commit | 10585bc4d2f854858084c808ce56cd6d87934b49 (patch) | |
tree | c16135fcefa9b206dfd3deb06012557cd0805cc1 /host_vars | |
parent | 4fa23988e6d56a1a1dd8e34ca28213f9b8deb4ab (diff) |
babel add preferred uplink
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/fastd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host_vars/fastd b/host_vars/fastd index 1029b1c..7ede1cd 100644 --- a/host_vars/fastd +++ b/host_vars/fastd @@ -30,3 +30,4 @@ wireguard_bb_pub_key: '< pub key >' wireguard_bb_port: < port > wireguard_bb_ipv4: '< wg bb ipv4 >' wireguard_bb_ipv6: '< wg bb ipv6 (fe80::) >' +preferred_uplink: '< (optional) wg_bb_name of uplink >' |