mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
network-boot: only bind requested interface
This commit is contained in:
parent
df23100276
commit
56d2512d2f
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user