Skip to content

Instantly share code, notes, and snippets.

@luminoso
Last active April 17, 2022 07:02
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
opkg update
# luci addons
opkg install luci-app-statistics
# dns over tls
# https://openwrt.org/docs/guide-user/services/dns/dot_dnsmasq_stubby
opkg install dnsmasq stubby
# generic routing encapsulation. requirement for vpn.ua.pt
opkg install gre kmod-gre kmod-gre6
# collectd extra addons
opkg install collectd-mod-cpu \
collectd-mod-interface \
collectd-mod-iwinfo \
collectd-mod-network \
collectd-mod-uptime \
collectd-mod-wireless \
collectd-mod-memory \
collectd-mod-vmem \
collectd-mod-load \
collectd-mod-tcpconns \
collectd-mod-thermal \
collectd-mod-df \
collectd-mod-entropy \
collectd-mod-conntrack
# extras to the main router
opkg install luci-app-upnp \
luci-app-wireguard \
luci-app-sqm \
luci-app-wol \
luci-app-commands \
luci-app-ddns \
luci-app-openvpn \
luci-app-vnstat \
luci-app-diag-core \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment