Skip to content

Instantly share code, notes, and snippets.

@luminoso
Last active March 28, 2025 13:48
Show Gist options
  • Save luminoso/d6cd92e473baf84bb232302f0db95b26 to your computer and use it in GitHub Desktop.
Save luminoso/d6cd92e473baf84bb232302f0db95b26 to your computer and use it in GitHub Desktop.
openwrt base addons
apk update
# luci addons
apk add luci-app-statistics
# dns over tls
# https://openwrt.org/docs/guide-user/services/dns/dot_dnsmasq_stubby
# apk add dnsmasq stubby
# generic routing encapsulation. requirement for vpn.ua.pt
# apk add gre kmod-gre kmod-gre6
# collectd extra addons
apk add collectd-mod-uptime \
collectd-mod-wireless \
collectd-mod-vmem \
collectd-mod-tcpconns \
collectd-mod-thermal \
collectd-mod-df \
collectd-mod-entropy \
collectd-mod-conntrack
# extras to the main router
apk add luci-app-upnp \
luci-app-sqm \
luci-app-wol \
luci-app-ddns \
luci-app-vnstat2 \
luci-app-watchcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment