karasevm / PrivateDNSAndroid

Quick settings tile to switch active private DNS server
MIT License
248 stars 9 forks source link

A feature to export and import my catalouge of DNS servers would be great #26

Closed driftywinds closed 2 days ago

driftywinds commented 3 days ago

Is your feature request related to a problem? Please describe.

I frequently change devices and setting up the servers one by one again and again is a little tedious

Describe the solution you'd like.

It would be great to have an import and export settings feature

Describe alternatives you've considered.

No response

Additional context

No response

InfiniteCoder06 commented 3 days ago

@karasevm The way #26 is used by using clipboard which may not be ideal consider saving it to a file.

driftywinds commented 3 days ago

@karasevm The why #26 is used by using clipboard which may not be ideal consider saving it to a file.

yes please

karasevm commented 3 days ago

@InfiniteCoder06 In my experience I find saving/restoring data from clipboard easier and more flexible. Most users' configs will be under 200 characters, which fits in most messenger apps and can be saved anywhere where you can store text.

InfiniteCoder06 commented 3 days ago

@InfiniteCoder06 In my experience I find saving/restoring data from clipboard easier and more flexible. Most users' configs will be under 200 characters, which fits in most messenger apps and can be saved anywhere where you can store text.

What if we set up in other device, May be we implement both the ways?

karasevm commented 3 days ago

@InfiniteCoder06 Good idea, I've just made them sub-menus with all possible export/import options.

karasevm commented 2 days ago

Implemented in Release 1.7.