Hi,
I’m running into an issue with HASSIO, Duckdns, Letsencrypt and Pi-Hole.
I am trying to be able to access my HA instance with the same http address while inside my home network, as well as when connected to another network.
I have Hass.io 0.54 installed on a RPi 3 with Let’s Encrypt, and DuckDNS.
Unfortunately, my router does not support NAT Hairpining (AKA NAT Loopback).
So, to get around this, I installed Pi-Hole on a spare Raspberry Pi Zero W I had laying around because it hs DNSmasq natively incorporated. Pretty awesome program.
So, I added my duckdns.org domain to the pi-hole host record but when trying to access my HA UI, within my network, I must include :8123 after the domain. Outside of my network, I must remove the :8123.
Is there any way for me to access my HA instance from within my network and outside of it with the exact same URL?
Did I make a mistake when adding to my host record?
I added the following:
pihole -a hostrecord https://mydomain.duckdns.org https://192.168.1.40:8123
Thanks for any help!