Skip to content

Instantly share code, notes, and snippets.

@nuumio
nuumio / mullvad-wg.sh
Created December 2, 2018 09:04
mullvad-wg.sh for Ubuntu 18.04 systemd-resolved
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (C) 2016-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
die() {
echo "[-] Error: $1" >&2
exit 1
}