diff options
author | uvok cheetah | 2023-08-21 18:17:24 +0200 |
---|---|---|
committer | uvok cheetah | 2023-08-21 18:17:24 +0200 |
commit | 35119230a239042cd20deb41e5f13e07f8a4ea40 (patch) | |
tree | 0aedae6ce968b21e5430401aa0e3b1f92cd1e194 /host_vars/firstroot | |
parent | 3197658cda2d3069c42584b24508000985291c0a (diff) |
tinc: Fix host vars
Diffstat (limited to 'host_vars/firstroot')
-rw-r--r-- | host_vars/firstroot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/host_vars/firstroot b/host_vars/firstroot index 5db10bc..2c6b7b7 100644 --- a/host_vars/firstroot +++ b/host_vars/firstroot @@ -1,5 +1,9 @@ tinc: configure: true name: firstroot - connections: [hetzner, netcup] + connections: [hetzner] address: fe80::10/64 + listen_on: any + extra_up: + - sysctl -w net.ipv4.conf.${INTERFACE}.forwarding=1 + - sysctl -w net.ipv6.conf.${INTERFACE}.forwarding=1 |