karasevm / PrivateDNSAndroid

Quick settings tile to switch active private DNS server
MIT License
420 stars 47 forks source link

Labels for the urls #14

Closed binyaminyblatt closed 4 months ago

binyaminyblatt commented 7 months ago

If I have multiple urls it can be hard to identify witch one is witch it would be nice if I could name the urls so instead of displaying the url it would show the title or label witch is a label

Flatkat commented 7 months ago

I support this, it shouldnt be very difficult to implement and it could be an optional field, being the dns url shown if the name/label is left empty.

karasevm commented 5 months ago

Addresses are now stored as a simple list of strings, implementing this properly would require replacing that with something more complex. I'll take a look at which way would be the best, but don't expect it to be done tomorrow.