netbird/client/internal/wgproxy
Zoltan Papp 0c039274a4
[relay] Feature/relay integration (#2244)
This update adds new relay integration for NetBird clients. The new relay is based on web sockets and listens on a single port.

- Adds new relay implementation with websocket with single port relaying mechanism
- refactor peer connection logic, allowing upgrade and downgrade from/to P2P connection
- peer connections are faster since it connects first to relay and then upgrades to P2P
- maintains compatibility with old clients by not using the new relay
- updates infrastructure scripts with new relay service
2024-09-08 12:06:14 +02:00
..
factory_linux.go Do not use eBPF proxy in case of USP mode (#2180) 2024-06-22 15:33:10 +02:00
factory_nonlinux.go Do not use eBPF proxy in case of USP mode (#2180) 2024-06-22 15:33:10 +02:00
factory.go Monitor network changes and restart engine on detection (#1904) 2024-05-07 18:50:34 +02:00
portlookup_test.go Wg ebpf proxy (#911) 2023-07-26 14:00:47 +02:00
portlookup.go Feature/exit nodes - Windows and macOS support (#1726) 2024-04-03 11:11:46 +02:00
proxy_ebpf_test.go Monitor network changes and restart engine on detection (#1904) 2024-05-07 18:50:34 +02:00
proxy_ebpf.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
proxy_userspace.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
proxy.go Monitor network changes and restart engine on detection (#1904) 2024-05-07 18:50:34 +02:00