blob: 7bec76d206b51922fe9c66daae95af74220c5942 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
tinc:
configure: true
name: firstroot
connections: [hetzner]
address:
- fe80::10/64
- 10.2.0.10/24
listen_on: any
extra_up:
- sysctl -w net.ipv4.conf.${INTERFACE}.forwarding=1
- sysctl -w net.ipv6.conf.${INTERFACE}.forwarding=1
|