mirror of
https://github.com/fosrl/newt.git
synced 2026-05-06 07:59:04 -05:00
[PR #192] [MERGED] Add robust client connectivity support #1563
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/192
Author: @oschwartz10612
Created: 12/8/2025
Status: ✅ Merged
Merged: 12/8/2025
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
ed99dceAdd doc for SKIP_TLS_VERIFYff07692Merge branch 'main' into dev5b70febMerge branch 'main' into dev6226a26Merge branch 'main' into dev348cac6Bring in netstack locally2c8755fUsing 2 nics not working1ba10c1Experimenta737c3eREmove readme8f7ee2aTCP WORKING!972c9a9UDP WORKING!📊 Changes
41 files changed (+7494 additions, -2888 deletions)
View changed files
📝
.gitignore(+1 -0)📝
README.md(+22 -25)➕
bind/shared_bind.go(+675 -0)➕
bind/shared_bind_test.go(+605 -0)📝
clients.go(+23 -51)➕
clients/clients.go(+1253 -0)➕
clients/permissions/permissions_darwin.go(+18 -0)➕
clients/permissions/permissions_linux.go(+96 -0)➕
clients/permissions/permissions_windows.go(+38 -0)📝
common.go(+3 -104)📝
docker/docker.go(+0 -0)➕
examples/README.md(+167 -0)➕
examples/logger_examples.go(+161 -0)➕
examples/oslog_writer_example.go(+86 -0)📝
go.mod(+5 -9)📝
go.sum(+8 -28)➕
holepunch/holepunch.go(+517 -0)➕
holepunch/tester.go(+343 -0)➖
key(+0 -1)➖
linux.go(+0 -74)...and 21 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
See https://github.com/fosrl/pangolin/releases/tag/1.13.0
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.