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