aboutsummarylogtreecommitdiffstats
path: root/novpn
blob: dabfa4c0d45256c9f7d5a5fc3cd25cfca7d54d32 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
if [ -z "$1" ]; then
    echo "Usage: $0 [command]"
    exit 1
fi

source novpn_ns params
firejail --noprofile --netns=${NS} "$@"