I have Pihole up and running as my DNS server on my network. Now I have the following issue:
I open a web browser, for example chromium. In the address bar I type a site that I have never visited before like this:
dn.se
and hit enter
The browser now goes to
https://dn.se/
Which is broken because it actually needs the www part, like this:
https://www.dn.se/
I then took my phone, disabled wifi and used the mobile network and setup hotspot and thus my ISP dns and connected my laptop. Typed dn.se and it redirected me to https://www.dn.se/ which is correct.
How can I achieve this redirect with the pi? Is there some configuration on it or the router perhaps?