mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-25 12:51:14 +00:00
17 lines
369 B
Markdown
17 lines
369 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 %}
|