Files
izbi-dns/run.sh
T
2026-08-21 23:19:27 +02:00

10 lines
124 B
Bash
Executable File

#!/bin/sh
/usr/sbin/dnsmasq -d --hostsdir /app/hosts.d/ -p 5353 &
/usr/local/bin/python3 /app/main.py &
wait -n
exit $?