mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 00:38:27 +08:00
11 lines
142 B
D
11 lines
142 B
D
#
|
|
# Arguments to be passed to the DHCP server daemon
|
|
#
|
|
|
|
# ipv4 runtime parameters
|
|
DHCP4_ARGS="-q"
|
|
|
|
# ipv6 runtime parameters
|
|
DHCP6_ARGS="-q"
|
|
|