diff options
author | uvok cheetah | 2024-04-05 21:04:43 +0200 |
---|---|---|
committer | uvok cheetah | 2024-04-05 21:04:43 +0200 |
commit | 2d9cd8474fa2c13314cd207af59f16174bf1e7bd (patch) | |
tree | 00036ce49c5d0bcb572bca29367f307c983d145c /host_vars | |
parent | 7f7df0b07e4cc64ae0eaa910edb6361c0caf110a (diff) |
Fix Firstroot Tinc IP
stay consistent with Tinc
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/firstroot/public | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host_vars/firstroot/public b/host_vars/firstroot/public index 7bec76d..3f931d1 100644 --- a/host_vars/firstroot/public +++ b/host_vars/firstroot/public @@ -3,8 +3,8 @@ tinc: name: firstroot connections: [hetzner] address: - - fe80::10/64 - - 10.2.0.10/24 + - fe80::12/64 + - 10.2.0.12/24 listen_on: any extra_up: - sysctl -w net.ipv4.conf.${INTERFACE}.forwarding=1 |