netbird/client/android
Zoltan Papp 7ebe58f20a
Feature/permanent dns (#967)
* Add DNS list argument for mobile client

* Write testable code

Many places are checked the wgInterface != nil condition.
It is doing it just because to avoid the real wgInterface creation for tests.
Instead of this involve a wgInterface interface what is moc-able.

* Refactor the DNS server internal code structure

With the fake resolver has been involved several
if-else statement and generated some unused
variables to distinguish the listener and fake
resolver solutions at running time. With this
commit the fake resolver and listener based
solution has been moved into two separated
structure. Name of this layer is the 'service'.
With this modification the unit test looks
simpler and open the option to add new logic for
the permanent DNS service usage for mobile
systems.



* Remove is running check in test

We can not ensure the state well so remove this
check. The test will fail if the server is not
running well.
2023-07-14 21:56:22 +02:00
..
client.go Feature/permanent dns (#967) 2023-07-14 21:56:22 +02:00
dns_list_test.go Feature/permanent dns (#967) 2023-07-14 21:56:22 +02:00
dns_list.go Feature/permanent dns (#967) 2023-07-14 21:56:22 +02:00
gomobile.go Import go mobile bind at the android package level (#935) 2023-06-05 17:28:13 +02:00
login.go Support remote scope and use id token configuration (#784) 2023-04-05 17:46:34 +02:00
peer_notifier.go Remove unused field from peer state (#939) 2023-06-07 11:32:49 +02:00
preferences_test.go Mobile (#735) 2023-03-17 10:37:27 +01:00
preferences.go Mobile (#735) 2023-03-17 10:37:27 +01:00