Skip to content

vopono 0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 20:27
cdcba23

Changelog:

  • Addition of port forwarding for accessing services inside the network namespace (e.g. transmission-daemon) - see #24
  • Addition of TCP proxy server for forwarding network namespace ports to the host machine (using basic_tcp_proxy crate)
  • Addition of keep-alive option to keep namespace open even if process launched is terminated
  • Auto-detection of protocol (OpenVPN or Wireguard) when using custom config file - thanks to @dlemel8
  • Correct handling of relative paths for custom config files - thanks to @meldafert