From fc143568f274253df853b5cdf7d6ba51767e37ab Mon Sep 17 00:00:00 2001 From: WebSnke Date: Tue, 17 Jan 2023 15:02:25 +0100 Subject: [PATCH 1/6] Add OPNsense --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2205f6bdb..212b22426 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ * [Queuing](#queuing) * [RDBMS](#rdbms) * [Remote Management](#remote-management) + * [Router](#router) * Security: [see awesome-security](https://github.com/sbilly/awesome-security) * [Service Discovery](#service-discovery) * [Software Containers](#software-containers) @@ -587,6 +588,10 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Tiger VNC](http://tigervnc.org/) - TigerVNC is a high-performance, platform-neutral implementation of VNC (Virtual Network Computing), a client/server application that allows users to launch and interact with graphical applications on remote machines. * [X2go](http://wiki.x2go.org/doku.php) - X2Go is an open source remote desktop software for Linux that uses the NX technology protocol. +### Router + +* [OPNsense](https://opnsense.org/) - An open source FreeBSD-based firewall and router with traffic shaping, load balancing, and virtual private network capabilities. + ### Service Discovery * [Consul](https://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration. From 5f25a4d77adc56142ee88cb58d563703c3f2a529 Mon Sep 17 00:00:00 2001 From: WebSnke Date: Tue, 17 Jan 2023 17:14:05 +0100 Subject: [PATCH 2/6] Add Badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 212b22426..457b304a2 100644 --- a/README.md +++ b/README.md @@ -590,7 +590,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ### Router -* [OPNsense](https://opnsense.org/) - An open source FreeBSD-based firewall and router with traffic shaping, load balancing, and virtual private network capabilities. +* [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` `PHP` ### Service Discovery From 5655ad472c05b467e1a1c7fd08caccaf920bda46 Mon Sep 17 00:00:00 2001 From: WebSnke Date: Tue, 17 Jan 2023 17:25:24 +0100 Subject: [PATCH 3/6] Add OpenWrt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 457b304a2..a019a2e91 100644 --- a/README.md +++ b/README.md @@ -590,6 +590,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ### Router +* [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` `PHP` ### Service Discovery From 4c3211d668faf7e02300de2c40e20bebf8b58668 Mon Sep 17 00:00:00 2001 From: WebSnke Date: Tue, 17 Jan 2023 17:43:00 +0100 Subject: [PATCH 4/6] Add DD-WRT --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a019a2e91..1126b026b 100644 --- a/README.md +++ b/README.md @@ -590,6 +590,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ### 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` `PHP` From e87aff120091d96b43d350953c7bfc40b98dd701 Mon Sep 17 00:00:00 2001 From: WebSnke Date: Tue, 17 Jan 2023 17:49:31 +0100 Subject: [PATCH 5/6] Update License --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1126b026b..28a84291a 100644 --- a/README.md +++ b/README.md @@ -592,7 +592,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [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` `PHP` +* [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 From ff58986fa4382bed2409af8ca41cff6a66d43c9d Mon Sep 17 00:00:00 2001 From: WebSnke Date: Tue, 17 Jan 2023 18:49:36 +0100 Subject: [PATCH 6/6] Fix Syntax Co-authored-by: nodiscc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28a84291a..11eca582c 100644 --- a/README.md +++ b/README.md @@ -590,9 +590,9 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ### 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` +* [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