#!/bin/sh
set -e

# Nichts tun, wenn loopback deaktiviert wird
[ "$IFACE" != "lo" ] || exit 0

systemctl stop dnscrypt-proxy