From 96d857da2122eec6aeee170d9c2b0c4cd6fe5308 Mon Sep 17 00:00:00 2001 From: rollsicecream Date: Sat, 10 Feb 2024 09:00:14 +0000 Subject: [PATCH] Convert routers page to HTML admonitions (#2391) Signed-off-by: Daniel Gray --- docs/router.md | 45 ++++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/docs/router.md b/docs/router.md index 0fdd1a0c..016c9e37 100644 --- a/docs/router.md +++ b/docs/router.md @@ -8,32 +8,40 @@ Below are a few alternative operating systems, that can be used on routers, Wi-F ## OpenWrt -!!! recommendation +
- ![OpenWrt logo](assets/img/router/openwrt.svg#only-light){ align=right } - ![OpenWrt logo](assets/img/router/openwrt-dark.svg#only-dark){ align=right } +![OpenWrt logo](assets/img/router/openwrt.svg#only-light){ align=right } +![OpenWrt logo](assets/img/router/openwrt-dark.svg#only-dark){ align=right } - **OpenWrt** is a Linux-based operating system; it's primarily used on embedded devices to route network traffic. It includes util-linux, uClibc, and BusyBox. All of the components have been optimized for home routers. +**OpenWrt** is a Linux-based operating system; it's primarily used on embedded devices to route network traffic. It includes util-linux, uClibc, and BusyBox. All of the components have been optimized for home routers. - [:octicons-home-16: Homepage](https://openwrt.org){ .md-button .md-button--primary } - [:octicons-info-16:](https://openwrt.org/docs/start){ .card-link title=Documentation} - [:octicons-code-16:](https://github.com/openwrt/openwrt){ .card-link title="Source Code" } - [:octicons-heart-16:](https://openwrt.org/donate){ .card-link title=Contribute } +[:octicons-home-16: Homepage](https://openwrt.org){ .md-button .md-button--primary } +[:octicons-info-16:](https://openwrt.org/docs/start){ .card-link title=Documentation} +[:octicons-code-16:](https://github.com/openwrt/openwrt){ .card-link title="Source Code" } +[:octicons-heart-16:](https://openwrt.org/donate){ .card-link title=Contribute } + + + +
You can consult OpenWrt's [table of hardware](https://openwrt.org/toh/start) to check if your device is supported. ## OPNsense -!!! recommendation +
- ![OPNsense logo](assets/img/router/opnsense.svg){ align=right } +![OPNsense logo](assets/img/router/opnsense.svg){ align=right } - **OPNsense** is an open-source, FreeBSD-based firewall and routing platform which incorporates many advanced features such as traffic shaping, load balancing, and VPN capabilities, with many more features available in the form of plugins. OPNsense is commonly deployed as a perimeter firewall, router, wireless access point, DHCP server, DNS server, and VPN endpoint. +**OPNsense** is an open-source, FreeBSD-based firewall and routing platform which incorporates many advanced features such as traffic shaping, load balancing, and VPN capabilities, with many more features available in the form of plugins. OPNsense is commonly deployed as a perimeter firewall, router, wireless access point, DHCP server, DNS server, and VPN endpoint. - [:octicons-home-16: Homepage](https://opnsense.org/){ .md-button .md-button--primary } - [:octicons-info-16:](https://docs.opnsense.org/index.html){ .card-link title=Documentation} - [:octicons-code-16:](https://github.com/opnsense){ .card-link title="Source Code" } - [:octicons-heart-16:](https://opnsense.org/donate/){ .card-link title=Contribute } +[:octicons-home-16: Homepage](https://opnsense.org/){ .md-button .md-button--primary } +[:octicons-info-16:](https://docs.opnsense.org/index.html){ .card-link title=Documentation} +[:octicons-code-16:](https://github.com/opnsense){ .card-link title="Source Code" } +[:octicons-heart-16:](https://opnsense.org/donate/){ .card-link title=Contribute } + + + +
OPNsense was originally developed as a fork of [pfSense](https://en.wikipedia.org/wiki/PfSense), and both projects are noted for being free and reliable firewall distributions which offer features often only found in expensive commercial firewalls. Launched in 2015, the developers of OPNsense [cited](https://docs.opnsense.org/history/thefork.html) a number of security and code-quality issues with pfSense which they felt necessitated a fork of the project, as well as concerns about Netgate's majority acquisition of pfSense and the future direction of the pfSense project. @@ -41,9 +49,12 @@ OPNsense was originally developed as a fork of [pfSense](https://en.wikipedia.or **Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you. -!!! example "This section is new" +
+

This section is new

- We are working on establishing defined criteria for every section of our site, and this may be subject to change. If you have any questions about our criteria, please [ask on our forum](https://discuss.privacyguides.net/latest) and don't assume we didn't consider something when making our recommendations if it is not listed here. There are many factors considered and discussed when we recommend a project, and documenting every single one is a work-in-progress. +We are working on establishing defined criteria for every section of our site, and this may be subject to change. If you have any questions about our criteria, please [ask on our forum](https://discuss.privacyguides.net/latest) and don't assume we didn't consider something when making our recommendations if it is not listed here. There are many factors considered and discussed when we recommend a project, and documenting every single one is a work-in-progress. + +
- Must be open source. - Must receive regular updates.