Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 359 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 359 Bytes

rustem_proxy

Usage

Supported Platforms:

  • Windows
  • Macos
  • Linux (Gnome only)

Examples:

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();