privacyguides.org/collections/_evergreen/router.md
Tommy a465dab437
New Linux page (#491)
Co-Authored-By: Daniel Gray <dng@disroot.org>
2022-03-21 01:12:25 +10:30

18 lines
370 B
Markdown

---
layout: evergreen
title: Router
mathjax: false
description: |
Below are a few alternative operating systems, that can be used on routers, wifi access points etc.
---
{% for item_hash in site.data.operating-systems.router %}
{% assign item = item_hash[1] %}
{% if item.type == "Recommendation" %}
{% include recommendation-card.html %}
{% endif %}
{% endfor %}