From 2c5d4baaac1ae9b23411d3a78d401601cad65243 Mon Sep 17 00:00:00 2001 From: arloor Date: Wed, 25 Sep 2024 19:52:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=AF=B9=20rust=5Fht?= =?UTF-8?q?tp=5Fproxy=20=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-arloor.yml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-arloor.yml b/.github/workflows/build-arloor.yml index be266ce69cb0..00d6d6c5eea4 100644 --- a/.github/workflows/build-arloor.yml +++ b/.github/workflows/build-arloor.yml @@ -37,4 +37,4 @@ jobs: fi git config --local user.email "admin@arloor.com" git config --local user.name "arloor" - gh release create ${version} ${{ steps.build.outputs.release_dir }}rust_http_proxy -n "$version" --latest -t "$version" \ No newline at end of file + gh release create ${version} ${{ steps.build.outputs.release_dir }}sslocal -n "$version" --latest -t "$version" \ No newline at end of file diff --git a/README.md b/README.md index 0cfb691f8b9f..42b2b1d403db 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Add support for using an HTTP proxy over TLS as the server. Specifically, it aims to support the use of [rust_http_proxy](https://github.com/arloor/rust_http_proxy) as the backend server. Refer to [https-tunnel-readme.md](https-tunnel-readme.md) for more infomation. +```bash +curl -SLf https://us.arloor.dev/https://github.com/arloor/shadowsocks-rust/releases/download/latest/sslocal -o /tmp/sslocal +install /tmp/sslocal /usr/bin/sslocal +/usr/bin/sslocal -b localhost:1080 -k username:password -m aes-256-gcm -s localhost:7788 -v +``` + # shadowsocks [![License](https://img.shields.io/github/license/zonyitoo/shadowsocks-rust.svg)](https://github.com/zonyitoo/shadowsocks-rust)