Skip to content

Commit

Permalink
feat: 添加对 rust_http_proxy 的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor committed Sep 25, 2024
1 parent a6be6f5 commit 2c5d4ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-arloor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
fi
git config --local user.email "[email protected]"
git config --local user.name "arloor"
gh release create ${version} ${{ steps.build.outputs.release_dir }}rust_http_proxy -n "$version" --latest -t "$version"
gh release create ${version} ${{ steps.build.outputs.release_dir }}sslocal -n "$version" --latest -t "$version"
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2c5d4ba

Please sign in to comment.