Skip to content

Releases: ferama/rospo

v0.13.0

17 Oct 15:25
Compare
Choose a tag to compare
  • new dns over ssh proxy (useful in combination with tun2socks to create a vpn like service)
  • renamed proxy subcommand -> socks-proxy
  • usual deps upgrade

v0.12.1

10 May 14:22
Compare
Choose a tag to compare
  • fix #122
  • fix dns leaks over socks
  • usual deps upgrade

v0.12.0

17 Jan 06:38
f7934b1
Compare
Choose a tag to compare
  • fixes an issue with jump_hosts settings
  • fixes issues with IPV6
  • usual deps upgrades
  • keygen now generates ecdsa keys

v0.11.6

26 Nov 11:17
Compare
Choose a tag to compare
  • fixed sftp client hang on exit
  • dependencies updates
  • use debian as base docker image
  • shrink down docker image size
  • use go 1.21
  • support arm/v7 in docker image

v0.11.5

31 Oct 07:31
Compare
Choose a tag to compare
  • removed unused webapi
  • deps update
  • fixed sftp logs

v0.11.4

31 May 09:07
Compare
Choose a tag to compare
  • deps updates
  • fixed an issue on the sftp service that would prevent some clients to work properly
  • fixed a typo in the exported TERM env var for ssh shell sessions

v0.11.3

20 May 12:11
Compare
Choose a tag to compare
fix typo in exported TERM var

v0.11.2

20 May 10:30
dafa3a0
Compare
Choose a tag to compare
  • Bump golang.org/x/crypto from 0.8.0 to 0.9.0
  • Bump golang.org/x/net from 0.9.0 to 0.10.0
  • export usefull env vars to exec/shell session

v0.11.1

02 May 06:24
Compare
Choose a tag to compare
  • added an option to disable tunnelling on sshd
  • use a custom go-socks library to add support to socks4 too (this adds support to windows)
  • minor annoyances fixed

v0.11.0

18 Apr 14:40
Compare
Choose a tag to compare
  • dropped support for the ui
  • added support for SOCKS5 proxy
  • added support for multiple ssh connections: now you can define per tunnel ssh config if needed (please refer to the conf template file)