如何使用Lua PowerDNS进行重定向

我需要拦截来自该域的请求。

用户键入domain.com -> lua脚本在HTML中显示重定向页面,然后 ->显示网站

 function postresolve(remoteip, domain, qtype, origrecords, origrcode)
    print ("redirect.")
end

原文链接 https://stackoverflow.com/questions/70825348

点赞