Skip to content

Tags: anonvector/SlipNet

Tags

v2.5.3

Toggle v2.5.3's commit message
v2.5.3

Promote 2.5.3-beta 2 → 2.5.3 final. versionCode 76 → 77.

v2.5.2

Toggle v2.5.2's commit message
Rename workflow to version-agnostic "APK Build"

v2.5.0

Toggle v2.5.0's commit message
Hide domain and resolvers in CLI interactive mode for locked configs

v2.5.0-beta2

Toggle v2.5.0-beta2's commit message
Update vaydns-mobile submodule to latest

Includes setters for IdleTimeout, KeepAlive, UDPTimeout, and
MaxNumLabels that VaydnsBridge.kt depends on. Fixes CI build failure
caused by unresolved references to these methods.

v2.4.4

Toggle v2.4.4's commit message
Fix IPv6 resolver parsing corruption, block IPv6 input

Fix naive split(":") that corrupted IPv6 addresses like [fe80::]:53
into [fe80:53. Use bracket-aware parseHostPort() and formatResolver()
for correct round-tripping. Block IPv6 at validation since the tunnel
stack doesn't support it.

v2.4.3

Toggle v2.4.3's commit message
Update dnstt submodule: DoH send error backoff

v2.4.1

Toggle v2.4.1's commit message
v2.4.1: Revert NoizDNS Chrome changes, fix tunnel stability

NoizDNS:
- Revert Chrome page-load burst cover traffic to simple 1-query-per-5-15s
- Revert tunnel query EDNS0 from 1452 to 4096 and remove AD=1 flag
- Remove EDNS0 query padding and stealth MTU override
- Force-deadline KCP conn in Stop() for fast port release

Android:
- Add 5s grace period to ignore spurious network changes after connection
- Remove stealth mode query size override from UI
- Update Snowflake to v2.12.1

CLI:
- Remove --query-padding flag

Submodules:
- noizdns: reverted to stable pre-Chrome state
- dnstt-mobile: fast KCP shutdown
- dnstt: suppress closed-conn errors during shutdown

v2.4

Toggle v2.4's commit message
Fix Windows build: use Git Bash instead of WSL bash for picoquic build

WSL bash fails with "no installed distributions" on GitHub Actions
Windows runners. Use Git Bash (C:\Program Files\Git\bin\bash.exe)
which is always available.

v2.3.2

Toggle v2.3.2's commit message
Update noizdns submodule