1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-27 22:01:09 +00:00
Files
privacyguides.org/collections/_evergreen/router.md

17 lines
370 B
Markdown
Raw Normal View History

---
layout: evergreen
title: Router
mathjax: false
description: |
2022-03-28 17:41:54 +00:00
Below are a few alternative operating systems, that can be used on routers, Wi-Fi 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 %}