Skip to content

Instantly share code, notes, and snippets.

@ahupowerdns
Created March 28, 2017 08:37
Show Gist options
  • Save ahupowerdns/52ac31e1cb2a2ccf77def94a98e3afd1 to your computer and use it in GitHub Desktop.
Save ahupowerdns/52ac31e1cb2a2ccf77def94a98e3afd1 to your computer and use it in GitHub Desktop.
> xfr = QTypeRule(dnsdist.AXFR)
> print(xfr)
userdata: 0x55dc39b27cd8
> a2 = OrRule({xfr})
> print(xfr)
userdata: 0x55dc39b27cd8
> xfr:toString()
Segmentation fault (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment