mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
fix: linux DEFAULT_BYPASS (#503)
This commit is contained in:
@@ -25,7 +25,7 @@ pub struct Sysopt {
|
|||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
static DEFAULT_BYPASS: &str = "localhost;127.*;192.168.*;<local>";
|
static DEFAULT_BYPASS: &str = "localhost;127.*;192.168.*;<local>";
|
||||||
#[cfg(target_os = "linux")]
|
#[cfg(target_os = "linux")]
|
||||||
static DEFAULT_BYPASS: &str = "localhost,127.0.0.1/8,::1";
|
static DEFAULT_BYPASS: &str = "localhost,127.0.0.1,::1";
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
static DEFAULT_BYPASS: &str = "127.0.0.1,localhost,<local>";
|
static DEFAULT_BYPASS: &str = "127.0.0.1,localhost,<local>";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user