2023-07-22 15:08:13 level=debug msg="[DNS Server] Exchange ;ipv6.msftconnecttest.com.\tIN\t A failed: all DNS requests failed, first error: expected status 200, got 403 from https://jp.tiarap.org:443/dns-query?
Copilot for business Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email...
if (Platform.isWindows && this == Target.windows) { return true; } if (Platform.isLinux && this == Target.linux) { return true; } if (Platform.isMacOS && this == Target.macos) { return true; } return false; }String get dynamicLibExtensionName { ...
fix: Converter Shadowsocks password parse by @H1JK fix: Converter VMess security field typo by @hellojack fix: Converter VMess XUDP not enabled by default when using v2rayN style share link by @H1JK fix: CopyExtendedOnce can't exit loop by @wwqgtxx fix: correct C.Metadata by @wwqgtxx...
436 438 // parse rules 437 439 for idx, line := range rulesConfig { 438 440 rule := trimArr(strings.Split(line, ",")) @@ -443,32 +445,28 @@ func parseRules(cfg *RawConfig, proxies map[string]C.Proxy) ([]C.Rule, error) { 443 445 ruleName = strings.ToUpper(rule[0]) 444...
Star0 Code Pull requests Actions Projects Security Insights Additional navigation options Files main .github .husky docs scripts check.mjs portable-fixed-webview2.mjs portable.mjs updatelog.mjs updater-fixed-webview2.mjs updater.mjs src-tauri ...
(config .ok_or(anyhow::anyhow!("failed to parse config to yaml file")) .and_then( |config| serde_yaml::to_string(config).context("failed to convert config to yaml") )) } #[tauri::command] pub fn get_runtime_exists() -> CmdResult<Vec<String>> { Ok(Config:...
Clash For Windows 时自动最小化到通知栏" 'Silent Start'='启动 Clash For Windows 时自动最小化到通知栏' 'Silent\x20Start'='启动 Clash For Windows 时自动最小化到通知栏' "Random Controller Port"="使用动态端口连接 Clash 核心程序" 'Random Controller Port'='使用动态端口连接 Clash 核心程序' Stop...
Clash For Windows 时自动最小化到通知栏" 'Silent Start'='启动 Clash For Windows 时自动最小化到通知栏' 'Silent\x20Start'='启动 Clash For Windows 时自动最小化到通知栏' "Random Controller Port"="使用动态端口连接 Clash 核心程序" 'Random Controller Port'='使用动态端口连接 Clash 核心程序' Stop...
Metadata, opts ...dialer.Option) (C.PacketConn, error) { 25 - return nil, errors.New("match reject rule") 24 + return newPacketConn(&nopPacketConn{}, r), nil 26 25 } 27 26 28 27 func NewReject() *Reject { @@ -35,30 +34,29 @@ func NewReject() *Reject { 35 34...