#!/bin/bash

## Copyright (C) 2012 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

## This only works if you enable the sudoers exception in configuration file
## /etc/sudoers.d/tunnel_unpriv.

exec sudo --non-interactive /bin/ip "$@"
