-
2026.07.21-rc7 layer 02: Protocol 7 Pre-release
released this
2026-07-22 02:46:23 +02:00 | 5 commits to main since this release####INSTALLATION####
lainOS layer 02 user guide(access with
lainos-helpin the terminal.)
lainOS Privacy Guide for Sensitive Work(access withlainos-privacy-helpin the terminal)
lainOS layer 02 securitylainOS layer 02 ~ 2026.07.21-rc7 Changelog
Seventh release candidate. User-togglable encrypted DNS(DoT or Tor DNSport) with stateful mode persistence, and a complete blind DNS mediation architecture that abstracts DNS resolver state away from the rest of the system.
This RC phase will continue until 2026.07.23, and layer 02 will be released as stable thereafter.
First boot: getting online
WiFi is off by default. To connect:
wifi on wscanWant WiFi to come up automatically on future boots instead?
wifi-autostart enable.
WiFi autoconnect is also disabled to preserve privacy, toggle it on withwifi-autoconnect enable
New in RC7
- DNS Mediation Architecture ~
dnsmasqis now a centralized, stateless blind forwarding resolver. All applications resolve through127.0.0.1:53. Three modes: plaintext (default, DHCP with fallbacks), encrypted (DoT via stubby on:5053), and private (Tor DNSPort on:9059). Mode transitions are explicit and stateful;private-moderemembers and restores your previous mode on exit. lainOS DNS Mediation Architecture lainos-dnsutility ~lainos-dns {plaintext|encrypted|status}toggles between plaintext and encrypted DNS, detects installed proxy, warns if not running. Respectsprivate-modestate.private-modeupdated ~ Now tracks DNS mode state via/var/lib/lainos/dns-modeand/var/lib/lainos/dns-mode-previous. When entering private mode, saves current mode; when exiting, restores it (plaintext or encrypted). Bootstrap DNS uses non-private config until Tor DNSPort is ready.- Stubby DoT proxy ~
stubbyis the encrypted DNS proxy. Ships with OpenRC init script since Arch doesn't provide one. Auto-starts in default runlevel. - DNS config templates ~
dnsmasq.conf.plaintext,dnsmasq.conf.encrypted,dnsmasq.conf.privateinstalled viaairootfsoverlay to avoid package conflicts. - ISO size ~ 2.7GB
DNS Quick Reference
lainos-dns plaintext # Plaintext fallbacks (1.1.1.1, 9.9.9.9) lainos-dns encrypted # Encrypted DoT via stubby lainos-dns status # Show current mode and proxy state private-mode on # Tor DNSPort (saves previous mode) private-mode off # Restore previous mode (plaintext or encrypted)
Documentation
- User guide: Updated with
lainos-dnsand DNS architecture sections. - Privacy Guide: Updated
private-modedescription to reflect DNS mode restoration. - New document: lainOS DNS Mediation Architecture
Get connected
• LainOS Matrix Chat: https://matrix.to/#/#lainos:catgirl.cloud
• Discord Server (Discord violates your privacy by spying on you): https://discord.gg/JdMQvkHqwH
• Onion XMPP Server and Chat: private-chat-c75bebbc-50f3-447d-811f-41f83de11811@conference.glcuf4hcwbm3lt6grg7jfwwus7sqpuojozfsnbzzcsf7vbm2jcfqckid.onion + full setup guide at https://lain.rocks (and our anon community lainboard)
• Website: https://lainos.net
• Onion Service: http://lainos3cbhrlsc4qyzu6o7jwhvnvakdtohcc46ds5aohdagakddftbid.onion
• irc.libera.chat ~ #LainOSLALL<3
Downloads
- DNS Mediation Architecture ~