Created
March 28, 2017 08:37
-
-
Save ahupowerdns/52ac31e1cb2a2ccf77def94a98e3afd1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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