source: trunk/dev/bin/script/Frameshare-SSH-Tunnel-Server.sh@ 868

Last change on this file since 868 was 868, checked in by jts21, 10 years ago

Tidy up scripts and add UDPTunnel jar, so tunnelling frameserver shouldn't require any more setup than modifying the config file (see the readme)

  • Property svn:executable set to *
File size: 238 bytes
Line 
1#!/bin/bash
2
3# load config
4. $(dirname $0)/Frameshare-SSH-Tunnel-CONFIG.sh
5
6# tunnel udp connections through their equivalent tcp ports
7java -jar $jarFile server $frameserverPort $framesaverPort $messagePort $infserverPort $infupdatePort
Note: See TracBrowser for help on using the repository browser.