Add p14 configuration
This commit is contained in:
parent
be2ed3c9bf
commit
5fe1764dbe
32 changed files with 332 additions and 14 deletions
11
templates/p14/network/lan.network.j2
Normal file
11
templates/p14/network/lan.network.j2
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Match]
|
||||
Name={{ lan_interface }}
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
DNS={{ default_network_dns }}
|
||||
MulticastDNS=yes
|
||||
DNSOverTLS=yes
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
Loading…
Add table
Add a link
Reference in a new issue