Files
main/network/connection/dnscrypt-proxy/files/dnscrypt-proxy-comar-compat.sh
T
Bahar KURT c9ad64ea40 fixup! Initial build of dnscrypt-proxy
This is what I get for not testing my own package properly.
2025-09-04 00:36:19 +03:00

5 lines
137 B
Bash
Executable File

#!/bin/sh
/usr/bin/dnscrypt-proxy --config /etc/dnscrypt-proxy/dnscrypt-proxy.toml > /dev/null 2>&1 &
echo $! > /run/dnscrypt-proxy.pid