mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
feat: support set system proxy command
This commit is contained in:
@@ -3,9 +3,9 @@ use std::io;
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
pub struct SysProxyConfig {
|
||||
enable: bool,
|
||||
server: String,
|
||||
bypass: String,
|
||||
pub enable: bool,
|
||||
pub server: String,
|
||||
pub bypass: String,
|
||||
}
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
|
||||
Reference in New Issue
Block a user