view the rest of the comments
Android
DROID DOES
Welcome to the Android community on Lemmy. Here you can participate in amazing discussions and events relating to all things Android.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
Rules
1. All posts must be relevant to Android devices/operating system.
2. Posts cannot be illegal or NSFW material.
3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.
4. Non-whitelisted bots will be banned.
5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.
6. Memes are not allowed to be posts, but are allowed in the comments.
7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.
8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.
Community Resources:
Not sure about e/OS but generally on android you can set DNS when connecting to Wifi.
So you should be able to change that in Settings » WIFI » [Your local network] » DNS
Did you ever tested it? Because in any android device I got, it always "default" to 8.8.8.8 - google's one. I have to connect to a vpn do get local ips being resolved. I just don't get it, is this normal?
I don't have a custom DNS server configured, but that's what I tested:
Settings » Connections and Share » Private DNS- made sure it is off (it takes priority when set)Settings » WiFi » [My local network] » DNS1and entered my router's IPAfter that it started to use my ISP's DNS servers (preconfigured in router) instead of CloudFlare 1.1.1.1 (what was default on my android when connecting to WiFi
Yes but how do you know that is using that? I mean, did you try to resolv a local address? I have test it using a Terminal (termux) - If I use did and seems to report all the time, regardless of which connection and despite setting my local DNS setting on a static configuration for the wifi. Is this the same for you? can you share some screenshot?
I visited http://ipleak.net/ to check which dns is used.
In Termux
nslookupwill use 8.8.8.8, but I suspect it takes it from Termux environment that doesn't sync with android settings.