netbird/client/internal/peer
Mikhail Bragin 5d4c2643a3
Support no-proxy mode connection mode (#245)
When one of the peers has a static public host IP
or both peers are in the same local network
we establish a direct Wireguard connection
bypassing proxy usage.
This helps reduce FD usage and improves
performance.
2022-03-01 14:07:33 +01:00
..
conn_test.go Test conn (#199) 2022-01-21 13:52:19 +01:00
conn.go Support no-proxy mode connection mode (#245) 2022-03-01 14:07:33 +01:00
error_test.go Test conn (#199) 2022-01-21 13:52:19 +01:00
error.go Test conn (#199) 2022-01-21 13:52:19 +01:00
status_test.go Test conn (#199) 2022-01-21 13:52:19 +01:00
status.go Fix concurrency on the client (#183) 2022-01-10 18:43:13 +01:00