netbird/client/internal/dns
Zoltan Papp 45a6263adc
Feature/android route notification (#868)
Add new feature to notify the user when new client route has arrived.
Refactor the initial route handling. I move every route logic into the route
manager package.

* Add notification management for client rules
* Export the route notification for Android
* Compare the notification based on network range instead of id.
2023-05-31 18:25:24 +02:00
..
dbus_linux.go Feature/dns client configuration (#563) 2022-11-23 13:39:42 +01:00
file_linux.go Prevent setting primary resolver if using custom DNS port (#861) 2023-05-17 00:03:26 +02:00
host_darwin.go Prevent setting primary resolver if using custom DNS port (#861) 2023-05-17 00:03:26 +02:00
host_linux.go Add resolvconf configurator for linux (#592) 2022-11-29 14:51:18 +01:00
host_windows.go Prevent setting primary resolver if using custom DNS port (#861) 2023-05-17 00:03:26 +02:00
host.go Prevent setting primary resolver if using custom DNS port (#861) 2023-05-17 00:03:26 +02:00
local_test.go Feature/dns client configuration (#563) 2022-11-23 13:39:42 +01:00
local.go Use backoff.retry to check if upstreams are responsive (#901) 2023-05-26 17:13:59 +02:00
mock_test.go Fix nameserver peer conn check (#676) 2023-02-13 18:25:11 +04:00
mockServer.go Feature/dns protocol (#543) 2022-11-07 15:38:21 +01:00
network_manager_linux.go Prevent setting primary resolver if using custom DNS port (#861) 2023-05-17 00:03:26 +02:00
resolvconf_linux.go Prevent setting primary resolver if using custom DNS port (#861) 2023-05-17 00:03:26 +02:00
server_android.go Mobile (#735) 2023-03-17 10:37:27 +01:00
server_nonandroid.go Use backoff.retry to check if upstreams are responsive (#901) 2023-05-26 17:13:59 +02:00
server_test.go Feature/android route notification (#868) 2023-05-31 18:25:24 +02:00
server.go Mobile (#735) 2023-03-17 10:37:27 +01:00
systemd_linux.go Prevent setting primary resolver if using custom DNS port (#861) 2023-05-17 00:03:26 +02:00
upstream_test.go Use backoff.retry to check if upstreams are responsive (#901) 2023-05-26 17:13:59 +02:00
upstream.go Use backoff.retry to check if upstreams are responsive (#901) 2023-05-26 17:13:59 +02:00