fernlader2/run-dnsmasq.sh

3 lines
59 B
Bash
Raw Normal View History

2026-02-21 16:45:39 +01:00
#!/bin/sh
dnsmasq -u "$USER" --conf-file=dnsmasq.conf "$@"