/fTelnetProxy

A websocket to tcp proxy

Primary LanguageC#

fTelnetProxy

A WebSocket to TCP proxy for fTelnet

Don't want to go through the hassle of setting up your own proxy? I run a few public proxies you can use with fTelnet

If you do want to go ahead with your own local install, download the contents of bin/Release:
https://github.com/rickparrish/fTelnetProxy/blob/master/bin/Release/fTelnetProxy.exe?raw=true
https://github.com/rickparrish/fTelnetProxy/blob/master/bin/Release/RMLib.dll?raw=true

On Windows, just make sure you have the .NET Framework 3.5 installed, and you should be good to go.

On Linux, I've tested (and run all my public proxies) with Ubuntu Server 14.04. Unfortunately it currently includes Mono 3.2.8 in the repositories, and there is a bug that prevents wss:// connections from working with clients that support TLS 1.1 or 1.2 (so all modern clients) that wasn't fixed until 3.4.0, so:

  • If you need wss:// support, and 3.4.0 isn't available in the repositories yet, then Build Mono from a Release Package.

  • If you don't care about wss:// support, then you can just apt-get install mono-runtime libmono-system-runtime2.0-cil

fTelnetProxy.ini will be created with default values the first time you run fTelnetProxy.exe. You may override settings from the .ini by passing command-line parameters. Use fTelnetProxy.exe /? to list the available parameters.

To install or uninstall as a Windows Service, use the /i or /u parameters.