This commit is contained in:
2026-08-24 23:11:35 +02:00
parent 42fe8d9a76
commit ecc110641b
5 changed files with 32 additions and 13 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
#!/bin/sh
/usr/sbin/dnsmasq -d --hostsdir /app/hosts.d/ -p 5353 &
mkdir -p "$HOSTS_PATH"
/usr/sbin/dnsmasq -d --hostsdir "$HOSTS_PATH" -p 5353 &
/usr/local/bin/python3 /app/main.py &