12 lines
243 B
YAML
12 lines
243 B
YAML
---
|
|
interfaces:
|
|
enp2s0:
|
|
ipv4: 45.66.110.3
|
|
type: dhcp
|
|
wg0:
|
|
ipv4: "{{ intranet.subnets.physical.subnets.hindley.ipv4 }}"
|
|
netmaskv4: "{{ intranet.netmaskv4 }}"
|
|
type: wireguard
|
|
|
|
ipv4_forwarding: true
|
|
ipv6_forwarding: false
|