Who’s your DNS provider? I use cloudflare and powershell script and hits their API. Works well
Who’s your DNS provider? I use cloudflare and powershell script and hits their API. Works well
Better to set the DHCP server to hand out the dns rather then set it device by device
Wait till you plug in your cell phone to charge they start calling home like crazy
To each their own!
Check out prowlerr over jacket, I found it much better
WordPress?
So I run windows AD and have windows dns inside and cloudflare outside. I also run NPM for the web prox in my DMZ.
On the inside DNS I point the A record for NPMProxy.domain.com to the IP of my npm server. I than setup service1.domain.com inside npm to forward requests to the web server setup for service1. I than setup the CNAME record for service1.domain.com to point to NPMProxy.domain.com. This should complete your inside.
Outside I set the A record on cloudflare for service1.domain.com to my public IP address which will route again to NPM. This will complete the outside connectivity.
Make sure your firewall rules are set and proper ports open and you should be golden.
Bitwarden all day
Looking for a good guide on getting this setup via docker and AD LDAP, any pointers?