#!/bin/bash

PORT=55555

echo 'Building MiniVPN..'
killall MiniVPN
#make

echo 'Starting tunnel..'

echo "Listening to $PORT.."
./MiniVPN -s $PORT