rustem_proxy

Usage

Example:

```rust use rustem_proxy::SystemProxy;

SystemProxy::set(SystemProxy { isenabled: true, host: "127.0.0.1".tostring(), port: 61001, bypass: "".tostring(), protocol: rustemproxy::Protocol::HTTP, }); ```