Drop socat for iptables

This commit is contained in:
Michael Vines
2019-03-13 09:57:35 -07:00
parent c20d60e4cf
commit 07d6212d18
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