Releases: uroesch/PlinkProxy
Releases · uroesch/PlinkProxy
v0.0.16-alpha
Release v0.0.16-alpha
- Manage status and pids in same structure
- Remove $TunnelPids and $TunnelStatus
and use _TunnelFetch and _TunnelStore - Move backend configuration and functions
to include TunnelStruct.au3
- Remove $TunnelPids and $TunnelStatus
- Add sleep to speed up display when stopping
- The windows process table requires a
little while for status (so it seems)
Adding half a second sleep when closing
tunnels helps to faster display the
tunnel status after killing processes.
- The windows process table requires a
- Move GUI functions into own file
- Move all GUI function into the
filePlinkProxyGui.au3
for
better structure.
- Move all GUI function into the
File | SHA-256 |
---|---|
PlinkProxy_v0.0.16-alpha.zip | 7a915b3caee2493567b327390076667fc44907e11603ca868b678644f4346593 |
PlinkProxy_v0.0.16-alpha_Installer.exe | 622f13348a761bfd64be148cbb65b3edfb902168274d510b1d4f659ad49b1d3f |
v0.0.15-alpha
Release v0.0.15-alpha
Summary:
- Add new key
first_hop_hostkey
under[Globals]
.
This changes makes it easer to distribute
working-out-of-box configuration files. - Add new key
jump_hostkey
in[*Tunnel|Socks]
sections. This changes makes it easer to distribute
working-out-of-box configuration files. - Add new key
jump_login
in[*Tunnel|Socks]
sections. This allows having a different user on
thefirst_hop
and thejump_host
.
File | SHA-256 |
---|---|
PlinkProxy_v0.0.15-alpha.zip | fc8bca494939a6817dafa28e48914f923930aade67a70c76886fcd1d8c4c4bc2 |
PlinkProxy_v0.0.15-alpha_Installer.exe | 605a19f8cceffbb0eea17a6daf9a3687dad12c519683f22eec519b69d6194ab8 |
v0.0.14-alpha
Release v0.0.14-alpha Summary: * Enable option `ExpandEnvVars` and as a result remove home grown epansion code. * Add special environment variable `ScriptDir` for easier bundling with `plink` and `pageant`. * Change `DefaultVariables` from `Select` to `Switch` to make it easier adding more vars in the future.
v0.0.13-alpha
Release v0.0.13-alpha Summary: * Remove non-working commandline options for `config-dir` and `log-dir`. * Fix Error count in CommandLineParser.
v0.0.10-alpha
Release v0.0.10-alpha Summary: * Bugfix fatal error preventing Socks connection from being established * Adding new configuration option `jump_port` to specify a port should an ssh connection be a different port than `22`. * Allow the `jump_host` to be `localhost , `127.0.0.1` or '::1` when a connection is forwarded to an other incoming ssh tunnel. requires the `jump_port` to be set.
v0.0.8-alpha
Release v0.0.8-alpha: Eliminate status list flicker Summary: * Remove flicker from status list by rewriting the large portions of the functions.
v0.0.7-alpha
Release v0.0.7-alpha: First public release