network-boot: only bind requested interface

This commit is contained in:
Jeremy Soller 2026-01-30 18:54:33 -07:00
parent df23100276
commit 56d2512d2f
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -26,6 +26,7 @@ fi
ARGS=(
"--no-daemon"
"--bind-interfaces"
"--listen-address=${NETWORK}.1"
"--port=0"
"--dhcp-range=${NETWORK}.3,${NETWORK}.254,255.255.255.0,1h"