fix: auto proxy changed by guard

This commit is contained in:
MystiPanda
2024-05-26 19:07:14 +08:00
parent b9ec94d835
commit a88d149dad
3 changed files with 81 additions and 62 deletions

View File

@@ -15,6 +15,6 @@ pub use self::runtime::*;
pub use self::verge::*;
pub const DEFAULT_PAC: &str = r#"function FindProxyForURL(url, host) {
return "PROXY 127.0.0.1:%mixed-port%; SOCKS5 127.0.0.1:%mixed-port%; DIRECT;"
return "PROXY 127.0.0.1:%mixed-port%; SOCKS5 127.0.0.1:%mixed-port%; DIRECT;";
}
"#;