Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要的是拦截来自域的请求。
用户类型 domain.com -> lua 脚本显示一些内容,例如在 html 中重定向页面,然后 -> 显示网站
function postresolve(remoteip, domain, qtype, origrecords, origrcode) print ("redirect.") end