rust cargo更换字节镜像源的方法字节镜像官网有详细介绍。 更换镜像后,使用命令 cargo search 去搜索包,报错: error: crates-io is replaced with non-remote-registry source registry `rsproxy-sparse`; include `--reqistry crates-io` to use crates.io 意思是说,每次 cargo search 都要加上参数 --reqis...
Star0 A simple, command-line TCP/UDP proxy server License MIT license 0stars7forksBranchesTagsActivity Star Notifications master BranchesTags Code Folders and files Latest commit 9 Commits src .gitignore Cargo.lock Cargo.toml LICENSE README.md ...
.cargo Fix: Unable to build on Ubuntu reason by 'unknown codegen option' Aug 26, 2024 .github/workflows キャッシュの改善 Jul 23, 2024 asset svgレンダリングエンジンの追加 Apr 9, 2024 avif-decoder_dep i686でもnasmによる高速なAVIFエンコードを利用する ...
cargo install --git https://gitee.com/working-leopard/http-proxy-rs.git 使用说明 可以通过help来查看工具的使用说明 PS D:\git\RustroverProjects\http-proxy-rs> http-proxy-rs --help HTTP代理工具,类似于Nginx,用于透传http请求。 Usage: http-proxy-rs.exe <COMMAND> Commands: args 使用命令行参数作...
Cargo.toml bump v0.3.1 Sep 5, 2024 Cross.toml build: use build script to build proto (Watfaq#493) Jul 15, 2024 LICENSE Initial commit Sep 21, 2022 Makefile feat(tun): windows auto-route (Watfaq#561) Sep 1, 2024 NOTICE.md Create NOTICE.md (Watfaq#490) Jul 14, 2024 README.md bu...
$ cargo build 🔨 Usage Example Config sample.yaml: port: 7890 Run -> % ./target/debug/clash -c sample.yaml Help -> % ./target/debug/clash -h Usage: clash [OPTIONS] Options: -d, --directory <DIRECTORY> -c, --config <FILE> [default: config.yaml] -t, --test -h, --help ...
Cargo.toml Port to thiserror, release 0.7 Sep 19, 2024 LICENSE Initial commit Oct 15, 2021 README.md README.md: Describe released skopeo version Aug 29, 2023 Repository files navigation README Apache-2.0 license Rust bindings for accessing the Go containers/image stack This crate contains a ...
cargo build --no-default-features --features aws_lc_rs 高匿实现 代理服务器收到的http请求有一些特征,如果代理服务器不能正确处理,则会暴露自己是一个代理。高匿代理就是能去除这些特征的代理。具体特征有三个: 代理服务器收到的request line中有完整url,即包含schema、host。而正常http请求的url只包含路径 ...
$> cargo install rsocx Usage Bind Mode You can run a socks5 proxy and listen port at 1080 $> ./rsocx -l 0.0.0.0:1080 Reverse Mode First listen a port waiting for slave connection $> ./rsocx -t 0.0.0.0:8000 -s 0.0.0.0:1080 then reverse connect to master in slave $> ./rsocx...
Cargo.toml fix: compatible with AppImage (zzzgydi#14) Aug 28, 2024 LICENSE chore: init Sep 10, 2022 README.md feat: add kde support for linux (zzzgydi#1) Apr 16, 2024 Repository files navigation README License sysproxy-rs A library for set/get system proxy. Supports Windows, macOS ...