Skip to content

Instantly share code, notes, and snippets.

@Habbie
Created November 16, 2022 19:54
Show Gist options
  • Save Habbie/49143ed9fcaf8732aa9d7467533f51ff to your computer and use it in GitHub Desktop.
Save Habbie/49143ed9fcaf8732aa9d7467533f51ff to your computer and use it in GitHub Desktop.
local function onNotifyFlush(dq)
print("flushing "..dq.qname:toString())
getPool("self_v6"):getCache():expungeByName(dq.qname)
return DNSAction.None
end
addAction(OpcodeRule(DNSOpcode.Notify), LuaAction(onNotifyFlush))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment