Changed Structure
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Phil 2025-07-27 12:04:17 +02:00
parent cfe968168f
commit 7746dd02e1
4 changed files with 3 additions and 4 deletions

View file

@ -1,13 +0,0 @@
#!/bin/bash
# Init File
/init.sh
# Wrapper script for dnsmasq to ensure TFTP logs are visible in docker logs
echo "[dnsmasq] Starting TFTP server on port 69"
echo "[dnsmasq] TFTP root: /config/menus"
echo "[dnsmasq] TFTP security: enabled"
echo "[dnsmasq] Logging: enabled (dhcp and queries)"
# Start dnsmasq as root to bind to port 69, then drop privileges to tftp
exec /usr/sbin/dnsmasq --port=0 --keep-in-foreground --enable-tftp --user=tftp --tftp-secure --tftp-root=/tftp --log-facility=- --log-dhcp --log-queries "$@"