From e1745356d36e34f1168ef6f25e57f7103c3bc8c6 Mon Sep 17 00:00:00 2001 From: EHerzog76 Date: Sun, 8 Dec 2024 16:48:05 +0100 Subject: [PATCH] Update supervisor.conf Specify TFTP port-range and max. connections --- root/etc/supervisor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/supervisor.conf b/root/etc/supervisor.conf index e7d26a6..67dec6b 100644 --- a/root/etc/supervisor.conf +++ b/root/etc/supervisor.conf @@ -22,7 +22,7 @@ directory=/app priority = 3 [program:dnsmasq] -command=/usr/sbin/dnsmasq --port=0 --keep-in-foreground --pid-file=/config/tmp/dnsmasq.pid --enable-tftp --user=nbxyz --tftp-secure --tftp-root=/config/menus %(ENV_TFTPD_OPTS)s +command=/usr/sbin/dnsmasq --port=0 --keep-in-foreground --pid-file=/config/tmp/dnsmasq.pid --enable-tftp --user=nbxyz --tftp-secure --tftp-max=15 --tftp-port-range=1025,1039 --tftp-root=/config/menus %(ENV_TFTPD_OPTS)s stdout_logfile=/config/tftpd.log redirect_stderr=true priority = 4