From cc3f71c9b7f15e04cdde55f65328c6d541c4e8e5 Mon Sep 17 00:00:00 2001 From: WebSnke Date: Wed, 25 Jan 2023 22:59:07 +0100 Subject: [PATCH] Add OPNsense, OpenWRT and DD-WRT (#439) Co-authored-by: nodiscc --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 56e4ebc..7f2e8a6 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ - [Packaging](#packaging) - [Project Management](#project-management) - [Queuing](#queuing) + - [Router](#router) - [Remote Management](#remote-management) - [Service Discovery](#service-discovery) - [Software Containers](#software-containers) @@ -659,6 +660,12 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_ - [X2go](http://wiki.x2go.org/doku.php) - X2Go is an open source remote desktop software for Linux that uses the NX technology protocol. +### Router + +* [DD-WRT](https://dd-wrt.com/) - A Linux-based firmware for wireless routers and access points, originally designed for the Linksys WRT54G series. ([Source Code](https://svn.dd-wrt.com/)) `GPL-2.0` `C` +* [OpenWrt](https://openwrt.org/) - A Linux-based router featuring Mesh networking, IPS via snort and AQM among many other features. ([Source Code](https://git.openwrt.org/openwrt/openwrt.git)) `GPL-2.0` `C` +* [OPNsense](https://opnsense.org/) - An open source FreeBSD-based firewall and router with traffic shaping, load balancing, and virtual private network capabilities. ([Source Code](https://github.com/opnsense)) `BSD-2-Clause` `C` `PHP` + ### Service Discovery **[`^ back to top ^`](#awesome-sysadmin)**