mirror of
https://github.com/fosrl/newt.git
synced 2026-05-06 07:59:04 -05:00
[PR #250] [MERGED] 1.10.2 #1298
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/250
Author: @oschwartz10612
Created: 3/4/2026
Status: ✅ Merged
Merged: 3/4/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (9)
1cf75b0perf: optimize reverse NAT lookup with O(1) map instead of O(n) iteration5977667Merge branch 'fosrl:main' into optimize-reverse-nat-lookupc42a606perf: optimize subnet rule matching with BART9738565fix: address code review issues for BART subnet lookupec399e9Merge pull request #204 from LaurenceJJones/optimize-subnet-lookup-bart3f84354Merge branch 'optimize-reverse-nat-lookup' of github.com:LaurenceJJones/newt into LaurenceJJones-optimize-reverse-nat-lookup6c6ba45Merge branch 'LaurenceJJones-optimize-reverse-nat-lookup' into dev7920295Fix --porte474866Fix icmp when ports disabled📊 Changes
6 files changed (+267 additions, -135 deletions)
View changed files
📝
clients/clients.go(+5 -3)📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
main.go(+11 -9)📝
netstack2/proxy.go(+42 -123)➕
netstack2/subnet_lookup.go(+206 -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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.