stangri's OpenWrt packages updates

Published: (January 9, 2026 at 09:00 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Updates

  • luci-app-advanced-reboot: Major overhaul with easier support for upcoming dual‑boot devices.
  • pbr / luci-app-pbr: Preliminary support for netifd interfaces and faster table creation for non‑netifd interfaces.
  • https-dns-proxy: Updated to support source_addr from upstream.
  • luci-app-https-dns-proxy: Exposes global instance settings and all options for instance settings, plus bug fixes.

By the time you read this, both sources and binaries in OpenWrt packages and the LuCI repository should be updated. If not, check out the project page: https://stangri.github.io/

Back to Blog

Related posts

Read more »

SC #6: Petición web con async/await

Código de ejemplo swift func performPOSTURLRequest async throwsNetworkingError -> PostData { do { let request = try buildURLRequest let data, response = try aw...

Interactive eBPF

Article URL: https://ebpf.party/ Comments URL: https://news.ycombinator.com/item?id=46644181 Points: 8 Comments: 0...