Here's my setup: I use pdns server and pdns recursor inside of my production environment.  Each location had it's own subdomain, ie <a href="http://srv1.sfo.company.com">srv1.sfo.company.com</a>, <a href="http://srv2.lax.company.com">srv2.lax.company.com</a>, etc.  I'm shutting one location down and moving/renaming servers but would like the old names to get answered with the new information (in case there is a legacy app that doesn't get updated). I was hoping to do the programmatically rather than dumping a bunch of records into the system.<div>
<br></div><div>I _thought_ the solution was a lua script.  The only issue is that it seems lua can only "intercept" a request in advance and answer it.  If someone knows how to use Lua to simply modify a request and let it pass, please let me know.</div>
<div><br></div><div>Thanks</div><div>-Jon</div>