feat: add bypass check feature (#2272)

This commit is contained in:
lollapalooza
2024-12-03 16:18:07 +08:00
committed by GitHub
parent baf34dd0d3
commit 78c2a1694f
6 changed files with 40 additions and 14 deletions

View File

@@ -723,6 +723,7 @@ interface IVergeConfig {
verge_socks_enabled?: boolean;
verge_http_enabled?: boolean;
enable_proxy_guard?: boolean;
enable_bypass_check?: boolean;
use_default_bypass?: boolean;
proxy_guard_duration?: number;
system_proxy_bypass?: string;