mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
Let's synthesize DNS RRs for leases handed out by our DHCP server. This way local VMs can have resolvable hostnames locally. This does not implement reverse look ups for now. We can add this later in similar fashion.
14 lines
213 B
SYSTEMD
14 lines
213 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=veth-peer
|
|
|
|
[Network]
|
|
IPv6AcceptRA=false
|
|
DHCPServer=yes
|
|
|
|
[DHCPServer]
|
|
ServerAddress=192.168.5.1/24
|
|
PoolOffset=20
|
|
PoolSize=10
|
|
LocalLeaseDomain=_networkdtest
|