Enable DHCP

This commit is contained in:
Sonny Bakker 2026-09-20 08:08:50 +02:00
parent 7ecd3f31af
commit 0bd2230e1d

View file

@ -4,11 +4,9 @@
Name={{ network_interface }} Name={{ network_interface }}
[Network] [Network]
Address={{ lan_ip }}/{{ lan_prefix }}
Gateway={{ lan_gateway }}
DNS={{ lan_dns }} DNS={{ lan_dns }}
DNSOverTLS=yes DNSOverTLS=yes
DNSSEC=yes DNSSEC=yes
DHCP=ipv4
IgnoreCarrierLoss=yes IgnoreCarrierLoss=yes