Last active
March 28, 2025 13:48
-
-
Save luminoso/d6cd92e473baf84bb232302f0db95b26 to your computer and use it in GitHub Desktop.
openwrt base addons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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