mirror of
https://github.com/morgan9e/systemd
synced 2026-04-13 16:04:28 +09:00
network: make use of LocalLeaseDomain= by default
Let's expose local VMs/containers under ._dhcp by default. Let's also expose WIFI AP clients under .home.arpa (i.e. the RFC8375 domain for home networks).
This commit is contained in:
@@ -30,3 +30,4 @@ IPv6SendRA=yes
|
||||
|
||||
[DHCPServer]
|
||||
PersistLeases=runtime
|
||||
LocalLeaseDomain=_dhcp
|
||||
|
||||
@@ -29,3 +29,4 @@ IPv6SendRA=yes
|
||||
|
||||
[DHCPServer]
|
||||
PersistLeases=runtime
|
||||
LocalLeaseDomain=_dhcp
|
||||
|
||||
@@ -30,3 +30,4 @@ IPv6SendRA=yes
|
||||
|
||||
[DHCPServer]
|
||||
PersistLeases=runtime
|
||||
LocalLeaseDomain=_dhcp
|
||||
|
||||
@@ -30,3 +30,4 @@ IPv6SendRA=yes
|
||||
|
||||
[DHCPServer]
|
||||
PersistLeases=runtime
|
||||
LocalLeaseDomain=_dhcp
|
||||
|
||||
@@ -29,3 +29,4 @@ IPv6SendRA=yes
|
||||
|
||||
[DHCPServer]
|
||||
PersistLeases=runtime
|
||||
LocalLeaseDomain=_dhcp
|
||||
|
||||
@@ -19,3 +19,6 @@ DHCPServer=yes
|
||||
IPMasquerade=both
|
||||
IPv6AcceptRA=no
|
||||
IPv6SendRA=yes
|
||||
|
||||
[DHCPServer]
|
||||
LocalLeaseDomain=home.arpa
|
||||
|
||||
Reference in New Issue
Block a user