mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-18 06:34:41 +03:00
chore(release): v1.9.26 — batch Apps Script edge-DNS cache
Ship PR #958 by @dazzling-no-more. CodeFull.gs now resolves DNS candidates in two passes, using one CacheService.getAll(keys) lookup per tunnel batch and reusing successful DoH answers inside the same batch. Long qnames now get SHA-256 cache keys instead of skipping cache, while parse/DoH failures still fall back to the tunnel-node path. Verification: - node assets/apps_script/tests/edge_dns_batch_test.js - node assets/apps_script/tests/edge_dns_test.js - cargo test --lib - cargo build --release - cargo build --bin mhrv-rs-ui --release --features ui
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mhrv-rs"
|
||||
version = "1.9.25"
|
||||
version = "1.9.26"
|
||||
edition = "2021"
|
||||
description = "Rust port of MasterHttpRelayVPN -- DPI bypass via Google Apps Script relay with domain fronting"
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user