Skip to content

release/0.6.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 11:44
· 15 commits to master since this release

BREAKING CHANGES

  1. rstund: The --upstreams option is replaced with --tcp-upstreams and --udp-upstreams
  2. rstunc: The --addr-mapping option is replaced with --tcp-mapping and --udp-mapping

Usage

  • Start the server with udp tunneling:
    rstund -a 0.0.0.0:8445 --password 123 --udp-upstreams 8.8.8.8:53 -lD

  • Start the client with udp tunneling:
    rstunc -m OUT -r SERVER_IP:8445 -p 123 --udp-mapping 15353^ANY -lD

  • Test the tunnel:
    dig @127.0.0.1 -p 15353 google.com