Owen
058330d41b
Icmp2
2025-12-16 12:05:59 -05:00
Laurence
1cf75b00ff
perf: optimize reverse NAT lookup with O(1) map instead of O(n) iteration
...
Replace O(n) linear search through NAT table with O(1) reverse lookup map
for reply packet NAT translation.
Changes:
- Add reverseConnKey type for reverse NAT lookups
- Add reverseNatTable map to ProxyHandler for O(1) lookups
- Populate both forward and reverse maps when creating NAT entries
- Replace iteration-based reverse lookup with direct map access
Performance:
- O(n) → O(1) complexity for reverse NAT lookups
- Eliminates lock-held iteration on every reply packet
- Removes string comparisons from hot path
- Expected 10-50x improvement for reverse NAT lookups
This addresses Critical #1 from performance analysis where reply path
was walking the entire NAT table to find original mapping.
2025-12-16 08:16:37 +00:00
Owen Schwartz
5e7b970115
Merge pull request #203 from fosrl/port-firewall
...
Port firewalling for Private Resources
2025-12-15 22:16:02 -05:00
Owen
dc180abba9
Add test udp server and client
2025-12-15 22:11:57 -05:00
Owen
004bb9b12d
Allow proto restriction
2025-12-15 18:37:34 -05:00
Owen
0637360b31
Fix healthcheck interval not resetting
...
Ref PAN-158
2025-12-15 12:10:47 -05:00
Owen Schwartz
d5e0771094
Merge pull request #200 from water-sucks/parallelize-makefile
...
feat(build): parallelize go-build-release and github actions with matrix
2025-12-13 09:51:59 -05:00
Varun Narravula
1dcb68d694
feat(ci): use matrix for building all makefile targets in parallel
2025-12-12 15:51:53 -08:00
Varun Narravula
865ac4b682
feat(build): double-tag docker release builds with "latest" and tag name
2025-12-12 15:51:20 -08:00
Varun Narravula
de5627b0b7
feat(build): parallelize go-build-release using separate arch rules
2025-12-12 15:51:15 -08:00
Owen
44470abd54
Print version before otel
2025-12-12 14:32:12 -05:00
Owen
4bb0537c39
Remove accidental file
2025-12-11 23:27:13 -05:00
Owen
92fb96f9bd
Fix test
2025-12-11 23:24:14 -05:00
Owen Schwartz
b68b7fe49d
Merge pull request #199 from water-sucks/update-nix-hash
...
fix(nix): use correct hash for vendored deps
2025-12-11 23:21:57 -05:00
Varun Narravula
1da424bb20
feat(nix): sync version number
2025-12-11 17:53:07 -08:00
Varun Narravula
22e5104a41
fix(nix): use correct hash for vendored deps
2025-12-11 17:52:52 -08:00
Owen
b96adeaa5b
Make sure to process version first
1.7.0
2025-12-11 19:35:08 -05:00
Owen
533e0b9ca7
Update cicd
2025-12-11 16:40:50 -05:00
Owen
bd86abe8d5
Make cicd create draft
2025-12-11 16:09:24 -05:00
Owen
d978b27ebc
Merge branch 'dev'
2025-12-11 16:01:59 -05:00
Owen
cdfcf49d89
Fix host header not working in health checks
2025-12-11 14:20:52 -05:00
Owen
2fb4bf09ea
Update iss
2025-12-11 12:29:49 -05:00
Owen
dddae547f5
Merge branch 'windows' into dev
2025-12-11 12:22:03 -05:00
Owen
73a14f5fa1
Adjust debug function
2025-12-11 12:21:54 -05:00
Owen
67d5217379
Add iss file
2025-12-11 11:57:06 -05:00
Owen
9f1f1328f6
Update readme
2025-12-10 16:24:22 -05:00
Owen
30da7eaa8b
Kind of working
2025-12-10 15:32:49 -05:00
Owen
0fca3457c3
Rename logs, optional port
2025-12-10 14:07:53 -05:00
Owen Schwartz
1271e8235e
Merge pull request #197 from water-sucks/fix-nix-flake
...
fix(nix): use new version number, update deps hash
2025-12-09 18:22:57 -05:00
Varun Narravula
24c6edf3e0
fix(nix): sync release version
2025-12-09 15:16:46 -08:00
Varun Narravula
1875c987fe
fix(nix): update go deps hash
2025-12-09 15:16:37 -08:00
Owen
7cb1f7e2c2
Working on ipv6 stuff
2025-12-09 17:10:38 -05:00
Owen Schwartz
3f4f4fa15c
Merge pull request #196 from marcschaeferger/release/1.6.1
...
Fix Isssue 194 failed go test before 1.7.0-rc1
2025-12-09 17:09:47 -05:00
Marc Schäfer
bf33a3d81f
testdata: add expected telemetry metrics for connection attempts and events
1.6.1
2025-12-09 22:51:48 +01:00
Owen
21ffc0ff4b
Fix formatting?
1.7.0-rc.0
2025-12-08 15:45:29 -05:00
Owen
13de05eec6
Revert some to secret
2025-12-08 15:40:52 -05:00
Owen
0e76b77adc
Set username explicitly
2025-12-08 15:38:56 -05:00
Owen
c604f46065
Remove bad test
2025-12-08 14:18:40 -05:00
Owen
f02e29f4dd
Update to secrets
2025-12-08 14:12:03 -05:00
Owen
6d79856895
Merge branch 'dev'
2025-12-08 12:17:29 -05:00
Owen
bbece243dd
Make ipc cross platform
2025-12-08 12:17:11 -05:00
Owen Schwartz
6948066ae4
Merge pull request #192 from fosrl/dev
...
Add robust client connectivity support
2025-12-08 12:05:03 -05:00
Owen
3bcafbf07a
Handle server version and prevent backward issues with clients
2025-12-08 11:48:14 -05:00
Owen
87e2eb33db
Update readme
2025-12-07 21:31:28 -05:00
Owen
5ce3f4502d
Fix adding new exit nodes to hp not sending interval
2025-12-07 12:05:39 -05:00
Owen
e5e733123b
Merge branch 'main' into dev
2025-12-06 21:09:48 -05:00
Owen Schwartz
f417ee32fb
Merge pull request #186 from fosrl/dependabot/docker/minor-updates-60be0b6e22
...
Bump alpine from 3.22 to 3.23 in the minor-updates group
2025-12-06 12:00:18 -05:00
Owen Schwartz
37c96d0b3e
Merge pull request #182 from fosrl/dependabot/github_actions/actions/setup-go-6.1.0
...
Bump actions/setup-go from 6.0.0 to 6.1.0
2025-12-06 12:00:11 -05:00
Owen Schwartz
78dc39e153
Merge pull request #181 from fosrl/dependabot/github_actions/github/codeql-action-4.31.5
...
Bump github/codeql-action from 4.31.0 to 4.31.5
2025-12-06 12:00:05 -05:00
Owen Schwartz
71485743ad
Merge pull request #175 from fosrl/dependabot/github_actions/docker/setup-qemu-action-3.7.0
...
Bump docker/setup-qemu-action from 3.6.0 to 3.7.0
2025-12-06 11:59:57 -05:00