Long story short, I want to do a really basic thing:
modify a template VM (and / or relevant dom0-side configs) in a manner that ensures that DNS is resolved through localhost (I have dnscrypt2 running there already, working fine)
I realize that I could DNAT to 127.0.0.1 and that is more or less the Qubes way to do it (at least judging from /usr/lib/qubes/qubes-setup-dnat-to-ns content) but I suspect one of the issues I am intermittently having is due to doing precisely that, and would like to test out "hardcoding" the localhost as DNS for a particular template VM.
Oh, and I would like the modification to propagate to all VMs using that template (noting that in case the DNS hardcoding requires Dom0 modification as well as modification of the template)