Comment on Need help getting domain to resolve over LAN
iAmTheTot@sh.itjust.works 10 months agoCould you expound? My understanding of the goal here is that Adguard DNS catches my request for docmost.example.com and redirects it to my UNRAID server, which has Nginx listening for traffic. Nginx then directs to the appropriate IP and port.
fishynoob@infosec.pub 10 months ago
Yes, just thought if you could check that the correct ports are opened. I.e. is port 443 open for NGINX on Unraid? Is NGINX forwarding traffic to the correct port to your backend? Is the backend configured to allow traffic on a certain domain/all domains if it is handling HTTPS?
iAmTheTot@sh.itjust.works 10 months ago
Nginx forwards all traffic correctly outside of the local network, so accessing
docmost.example.comfrom outside local network works completely as expected, with certs and all.fishynoob@infosec.pub 10 months ago
That means it’s likely a problem with DNS.