summaryrefslogtreecommitdiff
path: root/misc/dotfiles/wireguard/onion-dns-down.sh
blob: b27170092dc6005262fe1d0f7dcaa188a220874b (plain) (blame)
1
2
3
4
5
6
7
#! /usr/bin/env sh

iface=$1

/usr/sbin/scutil <<EOF
remove State:/Network/Service/$iface/DNS
EOF