blob: 2c6b7b760220a275e2791ce65fe03e77436e8031 (
plain)
1
2
3
4
5
6
7
8
9
|
tinc:
configure: true
name: firstroot
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
|