Add socat to scripts

This commit is contained in:
Dennis Schwerdel 2020-06-17 23:23:26 +02:00
parent 57c993e8d5
commit 801afa4d35
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ class EC2Environment:
userdata = """#cloud-config
packages:
- iperf3
- socat
runcmd:
- wget https://github.com/dswd/vpncloud/releases/download/v{version}/vpncloud_{version}.x86_64.rpm -O /tmp/vpncloud.rpm
- yum install -y /tmp/vpncloud.rpm