yggdrasil-network / yggdrasil-android

Reference implementation for connecting to the Yggdrasil Network from Android devices
MIT License
125 stars 19 forks source link

Added DNS configuration functionality. #24

Closed Revertron closed 2 years ago

Revertron commented 2 years ago

Fixes https://github.com/yggdrasil-network/yggdrasil-android/issues/9.

I've added three my servers in Yggdrasil as default servers. They resolve regular ICANN domains, ALFIS, and OpenNIC. And they also block advertisement, counters and malware domains (just the basic lists of AdGuard Home, nothing very intrusive). These servers proved to be the most stable of all in our community :)

Anyone can delete any of them and set any servers as they like. But having something working as default makes it easier to get onboard.

P.S.: And added some micro changes in UI here and there.

Revertron commented 2 years ago

Yep, that's a good idea. Need to think how it would be better to implement in UI...

Revertron commented 2 years ago

Fixed the UI. Now it look like this:

image