Add NSL Mesh Router to Network Configuration Management#663
Open
BookJJun-IJ wants to merge 2 commits intoawesome-foss:masterfrom
Open
Add NSL Mesh Router to Network Configuration Management#663BookJJun-IJ wants to merge 2 commits intoawesome-foss:masterfrom
BookJJun-IJ wants to merge 2 commits intoawesome-foss:masterfrom
Conversation
- Add NSL Mesh Router, a mesh networking and routing management system - Provides WireGuard VPN with automatic subdomain routing - HTTPS termination for containerized applications - GPL-3.0 licensed, written in Go/Shell
Technetium1
requested changes
Feb 17, 2026
Collaborator
Technetium1
left a comment
There was a problem hiding this comment.
The language should be Docker, and the license should be MIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for taking the time to work on a PR for Awesome-Sysadmin!
To ensure your PR is dealt with swiftly please check the following:
DemoandClientsare optional.Do not add a duplicate
Source codelink if it is the same as the main link.Keep the short description under 80 characters and use sentence case
for it, even if the project's webpage or readme uses another capitalisation.
Demolinks should only be used for interactive demos, i.e. not video demonstrations.- [Name](http://homepage/) - Short description, under 250 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `License` `Language`Languagetag is the main server-side requirement for the software. Don't include frameworks or specific dialects.Suggested titles: "Add aaa to bbb" for adding software aaa to section bbb,
"Remove aaa from bbb" for removing, "Fix license for aaa", etc.
Please take some time to answer the following questions as best you can:
Why is it awesome?
WireGuard-based mesh networking that provides automatic subdomain routing for Docker containers without manual configuration. Combines VPN security with container-native service discovery through Caddy Docker Proxy labels.
Have you used it? For how long?
Yes. Approximately 7-8 months since June 2025 release.
Is this in a personal or professional setup?
Both. Professional development for Yundera platform (pre-launch) and used in guest lectures on Docker networking at computer science departments in South Korea.
How many devices/users/services/... do you manage with it?
Multiple Docker Compose application deployments across development and educational environments. Used in workshops with groups of 20-30 students learning container networking.
Biggest pros/cons compared to other solutions?
Pros: Zero-configuration automatic routing via Docker labels, NAT-friendly (works behind firewalls), built-in health monitoring with auto-reconnection.
Cons: Requires WireGuard kernel support and NET_ADMIN capability, needs public provider infrastructure (or self-host).
Any other comments about your use case, things you've found excellent, limitations you've encountered... ?
Excellent provider-requester architecture for multi-user platforms with automatic subdomain allocation. Hot-reloadable YAML config for multi-provider setups. The {{upstreams}} template in Caddy labels makes container networking seamless.