summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2024-04-05 21:04:43 +0200
committeruvok cheetah2024-04-05 21:04:43 +0200
commit2d9cd8474fa2c13314cd207af59f16174bf1e7bd (patch)
tree00036ce49c5d0bcb572bca29367f307c983d145c
parent7f7df0b07e4cc64ae0eaa910edb6361c0caf110a (diff)
Fix Firstroot Tinc IP
stay consistent with Tinc
-rw-r--r--host_vars/firstroot/public4
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