From 7a592e0cea1862049cf735bfed361529848316f1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 17 Dec 2023 10:08:55 +0100 Subject: [PATCH] docs: DHCP mode --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index aac409c..1bf9d6f 100644 --- a/readme.md +++ b/readme.md @@ -170,7 +170,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti - 'c *:* rwm' ``` - Please note that even if you don't need DHCP, it's still recommended to enable this feature as it prevents NAT issues and increases performance by using a `macvtap` interface. + Please note that even if you don't want DHCP, it's still recommended to enable this feature as it prevents NAT issues and increases performance by using a `macvtap` interface. In that case just set a static IP from the DSM control panel after you enabled this mode. * ### How do I passthrough the GPU?