HabrAugust 13, 2026🇷🇺Translated from Russian

sing-box Fork Expands from Desktop VPN Launcher to Android and Router Deployments

The sing-box-lx project, an actively maintained fork of sing-box, has completed its transition from a desktop VPN engine to a unified platform running on Android devices and OpenWrt routers. The developer behind L×Box and Sing-box Launcher reports more than 1,700 commits, 24 stable 1.14 releases, and roughly seventy specialized builds since June.

Two major protocol additions stand out. A native MASQUE outbound implements CONNECT-IP as defined in RFC 9484, tunneling complete IP packets rather than UDP datagrams and reusing the same userspace network stack employed by WireGuard endpoints. The implementation treats Cloudflare WARP as a configuration preset while keeping device registration outside the core. AmneziaWG 2.0 received exhaustive verification against amneziawg-tools, the upstream kernel module netlink interface, and live IPC round-trips, confirming parity on all sixteen obfuscation parameters including Jc/Jmin/Jmax junk packets, S1–S4 padding, H1–H4 magic headers, and I1–I5 signature packets.

Android required extensive runtime optimizations. A full state machine now suspends idle WireGuard and AmneziaWG endpoints, sometimes destroying userspace devices entirely, and restores them lazily on first use. Health checks skip cycles when recent traffic has succeeded. The resulting savings reach 31 percent lower resident set size and 80 percent lower kernel CPU usage on production configurations. Additional fixes eliminated 127-second TCP dial timeouts caused by unbounded gVisor SYN backoff and ensured prompt recovery after Android Doze cycles.

Several long-standing silent failures were resolved during the summer. A three-byte change restored REALITY compatibility after Xray 26.7.11 began enforcing minimum client versions. XHTTP path handling now correctly appends trailing slashes, and mutual uplink/downlink deadlock in packet-up scenarios was eliminated. XMUX connection reuse and automatic TLS record fragmentation for detoured outbounds were also added.

The newest component, sing-box lxd, is a headless daemon that hosts the core and exposes a persistent gRPC management channel. Designed for routers, it survives configuration reloads, validates candidates before apply, performs automatic rollback on failure, and delivers the same structured observability previously available only to Android clients. An additional REST endpoint aggregates DHCP leases, ARP tables, bridge FDB entries, hostapd data, and operator labels to map IP addresses to human-readable device names.

Releases continue to follow three self-imposed rules: drift from upstream is measured by merge-base rather than commit count, every submodule is integrity-checked before merge, and no stable tag is cut without execution on real hardware. Static musl binaries for router architectures, including big-endian MIPS, are published alongside detailed OpenWrt recipes for isolated VPN SSIDs.

Related articles

HabrOther

Building a Cybersecurity News Aggregator: Story Clustering, Seven Importance Signals and Strict Filtering Thresholds

The idea for an information security news aggregator emerged years ago with the goal of delivering only the most relevant stories while eliminating noise. Early versions relied on the rut5_base_sum_gazeta summarization model and TextRank for importance scoring, but performance remained unsatisfactory. The current system processes roughly one thousand items daily from more than 200 sources and publishes only about 0.5 percent of them. A hybrid approach now combines a transparent seven-feature formula that scores story importance with an LLM that removes irrelevant content and generates concise summaries. The formula incorporates signals such as confirmation count, CVSS severity, exploitation status from KEV, source tier, proximity to Russian readers, depth of analysis, and publication speed. Penalties are applied for vendor self-promotion, webinars, and job postings. Stories are clustered using CVE identifiers, shared trigrams, and named entities to avoid duplicate posts while preserving original reporting.

HabrOther

Internal DNS as Control Plane: Why Resolvers Matter More Than They Seem

Cloudflare has announced the general availability of Cloudflare Internal DNS for corporate clients of Cloudflare Gateway. The service combines public and internal DNS with a protective resolver, structured around three core objects: internal zones, views, and resolver policies. The article explains how typical hybrid infrastructures suffer from fragmented DNS layers that lead to resolution failures often misdiagnosed as balancer or VPN issues. It emphasizes that DNS serves as an early control point in zero-trust environments because it decides whether a service exists and which address is returned before any connection is established. The model separates data plane from management plane, requiring unified change channels, auditing, and observability to remain effective. Practical recommendations include avoiding manual edits across servers, using infrastructure-as-code for consistency, and integrating with systems such as NetBox for desired-state management.

AntiMalwareOther

Russian Government Rules Out TikTok Transformation for Gosuslugi Portal

Vice Prime Minister Dmitry Grigorenko stated that Russian authorities have no current plans to convert the Gosuslugi state services portal into a TikTok analogue. Speaking at the Eastern Economic Forum, Grigorenko described such a transformation as something beyond reasonable limits while noting that the idea could become acceptable in the future. The government aims to evolve Gosuslugi into a universal digital ecosystem that includes a social network with local communities, an events aggregator, and family chats by 2035. These features are intended to unite citizens, businesses, and state bodies in a trusted interaction space. Minister of Digital Development Maksut Shadaev has previously described the portal's goal as becoming a major social media platform. Officials emphasize that vertical video content such as tax deduction оформление remains off the table for now.

AntiMalwareOther

RANEPA Opens Specialized IT Laboratory for Training Specialists in Russian Software

The Presidential Academy of National Economy and Public Administration (RANEPA) has launched a dedicated IT laboratory focused on Russian software and infrastructure management. The facility was established with support from RED SOFT, R7, and ICL Techno, equipping 15 OSiO mini-PCs and monitors with RED OS and R7 Office. Students will gain hands-on experience from operating system installation through virtualization, database administration, and office productivity tasks. The project includes four specialized courses on RED OS, permanent software licenses with updates and support, and opportunities for developer certificates and internships. The laboratory will primarily serve students from the Institute of Public Service and Management and the Institute of Economics, Mathematics and Information Technologies, covering topics such as digital literacy, data management, artificial intelligence, and municipal analytics. RANEPA aims to maintain at least 90 percent utilization of the specialized classroom.