Skip to content

v2.1.0

Compare
Choose a tag to compare
@mrzack99s mrzack99s released this 26 Sep 06:28
· 6 commits to master since this release

Change log

  • Fixed bug udp forwarding
  • Minor fixed bug

How to install

  1. Open WSL2
  2. Download the binary with the command
    curl -LO https://github.com/mrzack99s/wsl2-forwarding-port-cli/releases/download/v2.1.0/wfp-cli
  1. Make the wfp-cli binary executable.
    chmod +x wfp-cli
  1. Move the binary in to PATH.
    sudo mv ./wfp-cli /usr/local/bin/wfp-cli