Compare commits

...

7 Commits

Author SHA1 Message Date
Marius Stanca
3a06e7a4ef
Merge pull request #27 from mariuskimmina/patch-1
Fix Links in ToC
2022-08-07 12:28:25 +03:00
Marius Kimmina
9718f29465
Fix Links in ToC
Hey,
I noticed that all links in the table of contents that contained an "&" are broken. Here is a fix.
2022-08-07 11:09:44 +02:00
Marius Stanca
eed6960f81
Merge pull request #22 from akhiljalagam/patch-1
added softether vpn
2022-07-22 13:55:44 +03:00
Marius Stanca
a828b30012
Merge branch 'master' into patch-1 2022-07-22 13:55:21 +03:00
Marius Stanca
2e5e164aef
Merge pull request #25 from gongjason/patch-1
Add Firezone to VPN
2022-07-22 07:54:26 +03:00
Jason G
7d876cc0b9
Add Firezone to VPN 2022-07-21 13:18:48 -04:00
Akhil Jalagam
b9e0a1719f
added softether vpn 2022-05-12 10:45:12 +05:30

View File

@ -12,14 +12,14 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T
- [Distributed Filesystems](#distributed-filesystems) - [Distributed Filesystems](#distributed-filesystems)
- [Applications Platforms](#applications-platforms) - [Applications Platforms](#applications-platforms)
- [Container Image Registry](#container-image-registry) - [Container Image Registry](#container-image-registry)
- [Automation & Orchestration](#automation-orchestration) - [Automation & Orchestration](#automation--orchestration)
- [Continuous Integration & Delivery](#continuous-integration-delivery) - [Continuous Integration & Delivery](#continuous-integration--delivery)
- [Source Code Management](#source-code-management) - [Source Code Management](#source-code-management)
- [Web Servers](#web-servers) - [Web Servers](#web-servers)
- [SSL](#ssl) - [SSL](#ssl)
- [Databases](#databases) - [Databases](#databases)
- [Observability and Monitoring](#observability-monitoring) - [Observability and Monitoring](#observability--monitoring)
- [Service Discovery & Service Mesh](#service-discovery-service-mesh) - [Service Discovery & Service Mesh](#service-discovery--service-mesh)
- [Chaos Engineering](#chaos-engineering) - [Chaos Engineering](#chaos-engineering)
- [API Gateway](#api-gateway) - [API Gateway](#api-gateway)
- [Code review](#code-review) - [Code review](#code-review)
@ -393,6 +393,9 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T
- [Streisand](https://github.com/StreisandEffect/streisand) - sets up a new VPN service nearly automatically. - [Streisand](https://github.com/StreisandEffect/streisand) - sets up a new VPN service nearly automatically.
- [Freelan](https://github.com/freelan-developers/freelan) - a peer-to-peer, secure, easy-to-setup, multi-platform, open-source, highly-configurable VPN software. - [Freelan](https://github.com/freelan-developers/freelan) - a peer-to-peer, secure, easy-to-setup, multi-platform, open-source, highly-configurable VPN software.
- [Sshuttle](https://github.com/sshuttle/sshuttle) - transparent proxy server that works as a poor man's VPN. - [Sshuttle](https://github.com/sshuttle/sshuttle) - transparent proxy server that works as a poor man's VPN.
- [SoftEther](https://www.softether.org/) - An Open-Source Free Cross-platform Multi-protocol VPN Program,
as an academic project from University of Tsukuba, under the Apache License 2.0.
- [Firezone](https://www.firezone.dev/) - Self-hosted VPN server using WireGuard. Supports MFA, SSO, and has easy deployment options.
## Resources ## Resources