Owen
2bbe037544
Merge branch 'main' into dev
2025-12-21 20:57:45 -05:00
Owen
9b015e9f7c
Tie siteIds to exit node
2025-12-19 10:54:21 -05:00
Owen
3305f711b9
Prevent sigsegv with bad address
...
Fixes #210
Fixes #201
2025-12-18 10:29:37 -05:00
Owen
ff7fe1275b
Take 21820 from config
2025-12-16 18:35:25 -05:00
Owen
1cbf41e094
Take 21820 from config
2025-12-16 18:33:05 -05:00
Owen Schwartz
9bc35433ef
Merge pull request #208 from fosrl/icmp2
...
Support ICMP test requests for clients
2025-12-16 17:19:22 -05:00
Owen
b8349aab4e
Install iputils not ping
2025-12-16 17:16:58 -05:00
Owen
3f29a553ae
Merge branch 'dev' into icmp2
2025-12-16 17:15:15 -05:00
Owen
745045f619
Merge branch 'main' into dev
2025-12-16 17:15:06 -05:00
Owen
3783a12055
Add fallback to non privileged ping
2025-12-16 17:05:36 -05:00
Owen
a9b84c8c09
Disabling icmp ping
2025-12-16 16:30:14 -05:00
Owen
5c5ef4c7e6
Merge branch 'dev' into icmp2
2025-12-16 13:48:00 -05:00
Owen
6e9249e664
Add disable icmp
2025-12-16 13:47:45 -05:00
Owen
55be2a52a5
Handle reply correctly
2025-12-16 12:23:12 -05:00
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