#proxy #operating-systems #platform #set #different #gnome #systemproxy

rustem_proxy

一个用于在不同操作系统上设置系统代理的Rust库

6个版本

0.1.5 2024年1月23日
0.1.4 2023年10月5日
0.1.2 2023年9月28日

255操作系统类别中

每月下载量30

自定义许可

16KB
223

rustem_proxy

使用方法

支持的平台

  • Windows
  • Macos
  • Linux (仅Gnome)

示例

use rustem_proxy::SystemProxy;

SystemProxy::set(SystemProxy {
    is_enabled: true,
    host: "127.0.0.1".to_string(),
    port: 61001,
    bypass: "".to_string(),
    protocol: rustem_proxy::Protocol::HTTP,
});
SystemProxy::unset();

依赖

~0–9.5MB
~52K SLoC