Skip to content

A library to get/set system proxy on different operating systems in rust

License

Notifications You must be signed in to change notification settings

xndrpr/rustem_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A library to get/set system proxy on different operating systems in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages