karasevm / PrivateDNSAndroid

Quick settings tile to switch active private DNS server
MIT License
255 stars 10 forks source link

Labels for the urls #14

Closed binyaminyblatt closed 1 week ago

binyaminyblatt commented 2 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

Fernan181 commented 2 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 3 weeks 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.