mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
[PR #73] [MERGED] added use of hostname if available #103
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/73
Author: @woutervanelten
Created: 7/1/2025
Status: ✅ Merged
Merged: 7/13/2025
Merged by: @oschwartz10612
Base:
dev← Head:patch-2📝 Commits (10+)
9348842added use of hostname if availablea896291Update go.mod2ecf329Bump github.com/docker/docker in the prod-patch-updates groupbe56550Merge pull request #75 from woutervanelten/patch-4c2a326cWorking packages?a88d25fFix missing netstack pack54416bbMerge pull request #76 from fosrl/dependabot/go_modules/prod-patch-updates-b286305dda61a9097Make linux clients build correctlyd10c5e0Merge branch 'main' into devb7d4ea0Fix nil issues📊 Changes
15 files changed (+753 additions, -239 deletions)
View changed files
📝
Dockerfile(+1 -1)📝
README.md(+4 -1)📝
docker/client.go(+11 -0)➕
get-newt.sh(+235 -0)📝
go.mod(+8 -9)📝
go.sum(+100 -16)➕
linux.go(+83 -0)📝
main.go(+85 -116)📝
proxy/manager.go(+2 -1)➕
stub.go(+32 -0)📝
util.go(+123 -22)📝
websocket/client.go(+67 -69)📝
websocket/config.go(+0 -3)📝
websocket/types.go(+0 -1)📝
wg/wg.go(+2 -0)📄 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
I added this so that the docker.sock also gets the hostname if available.
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.