mirror of
https://github.com/fosrl/newt.git
synced 2026-07-16 03:46:25 -05:00
[PR #278] fix(client): prevent wireguard lifecycle reinitialization #6288
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/newt/pull/278
Author: @LaurenceJJones
Created: 3/16/2026
Status: 🔄 Open
Base:
dev← Head:fix/clients-goroutine-lifecycle📝 Commits (10+)
8d3ae5aAdd doc for SKIP_TLS_VERIFYff07692Merge branch 'main' into dev527321aUpdate cicdee3e7d1Added Improvements for CICD Action7d60240testdata: add expected telemetry metrics for connection attempts and events0ec18d6Merge pull request #169 from marcschaeferger/gh-action5b70febMerge branch 'main' into dev6226a26Merge branch 'main' into dev348cac6Bring in netstack locally2c8755fUsing 2 nics not working📊 Changes
100 files changed (+19746 additions, -1113 deletions)
View changed files
➕
.env.example(+5 -0)➕
.github/DISCUSSION_TEMPLATE/feature-requests.yml(+47 -0)➕
.github/ISSUE_TEMPLATE/1.bug_report.yml(+51 -0)➕
.github/ISSUE_TEMPLATE/config.yml(+8 -0)📝
.github/dependabot.yml(+5 -0)📝
.github/workflows/cicd.yml(+932 -57)➕
.github/workflows/mirror.yaml(+132 -0)➕
.github/workflows/nix-build.yml(+23 -0)➕
.github/workflows/nix-dependabot-update-hash.yml(+48 -0)➕
.github/workflows/stale-bot.yml(+37 -0)📝
.github/workflows/test.yml(+24 -13)📝
.gitignore(+6 -2)📝
.go-version(+1 -1)📝
CONTRIBUTING.md(+2 -6)📝
Dockerfile(+13 -5)📝
Makefile(+64 -28)📝
README.md(+7 -157)📝
SECURITY.md(+1 -1)➕
authdaemon.go(+150 -0)➕
authdaemon/connection.go(+27 -0)...and 80 more files
📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
How to test?
Internal code fixes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.