Drop socat for iptables

This commit is contained in:
Michael Vines
2019-03-13 09:57:35 -07:00
parent 61db74d98e
commit 5d27f221f7
4 changed files with 11 additions and 13 deletions

View File

@ -1,10 +0,0 @@
#!/usr/bin/env bash
#
# socat setup for
#
set -ex
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1
apt-get --assume-yes install socat