Initial commit

This commit is contained in:
2026-08-21 23:19:27 +02:00
parent 342b03b39a
commit 144da958dd
5 changed files with 103 additions and 0 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
/usr/sbin/dnsmasq -d --hostsdir /app/hosts.d/ -p 5353 &
/usr/local/bin/python3 /app/main.py &
wait -n
exit $?