mirror of
https://github.com/fosrl/newt.git
synced 2026-07-16 11:53:33 -05:00
[PR #398] [CLOSED] 1.14.0 #8594
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/398
Author: @oschwartz10612
Created: 7/2/2026
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (10+)
0019d0dUpdate log message to not print689acffPull the version from the new api2375871Implement first draft on native on main tunnel3a412fdBasic native root mode works on linux0c196b9Add the update endpointsfcbdd0bGroundwork for monitoring and updating the dns72eb951Refactore5db8deAdd syncdabeb63Add sync8236cb4Allow some flapping before log📊 Changes
35 files changed (+4522 additions, -3290 deletions)
View changed files
📝
authdaemon.go(+0 -65)➖
clients.go(+0 -114)📝
clients/clients.go(+38 -94)➖
common.go(+0 -661)➕
config.go(+681 -0)➕
config_test.go(+157 -0)📝
holepunch/holepunch.go(+20 -12)📝
holepunch/tester.go(+19 -7)📝
main.go(+72 -2196)📝
netstack2/handlers.go(+14 -0)📝
netstack2/proxy.go(+57 -0)📝
netstack2/subnet_lookup.go(+22 -0)📝
netstack2/tun.go(+9 -0)➕
newt/authdaemon.go(+60 -0)➕
newt/blueprint.go(+127 -0)➕
newt/clients.go(+114 -0)➕
newt/config.go(+73 -0)➕
newt/connect.go(+351 -0)➕
newt/data.go(+161 -0)➕
newt/handlers.go(+1082 -0)...and 15 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.