this post was submitted on 29 Oct 2023
0 points (50.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hi, I'm hosting an own dns-server in my home-network, so that I can access my server in my private network with a domain without buying that domain. It works fine on my computer, but when I'm typing in the domain of my server on my smartphone, the browser doesn't resolve to the local ip of my webserver.

I already tried to change the dns-entry in the settings manually, but it doesn't worked. Do anybody of you faced the same problem or has a good solution for my problem?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 10 months ago (1 children)

but it doesn't worked

So many details.

Why not use some type of "network info tool" app to find out which DNS servers are actually being used and what their replies are?

Android is well known of often sneaking in the Google DNS servers (8.8.8.8 and 8.8.4.4 for IPv4) if you only enter one DNS server in the network options of your WLAN. Place your own DNS into both fields. Some Android ROMs complain then that they are identical, in that case try to enter 127.0.0.1 or 0.0.0.0 for example as one, if that also doesnt work then just make up another IP that fits your network. It will send requests into nowhere but since the other one is working, it doesnt matter much.

A lot of Android ROMs also have "Private DNS" enabled by default. Disable that, it might be the reason its bypassing your local DNS (Pihole, Adguard Home, whatever).

And some users mistakenly enter their own local DNS (like a Pihole) into the "Private DNS" option.

What is also possible is that some apps have their own builtin "by-pass", for example they might use DNS-over-TLS or DNS-over-HTTPS (DoT/DoH) to make encrypted DNS requests to fixed servers, completely ignoring whatever you set in the OS network config.

/r/Android and /r/HomeNetworking can help.

[โ€“] [email protected] 1 points 10 months ago

How do you get a valid let's encrypt cert with a private tld?