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
| (gdb) run | |
| Starting program: /usr/local/bin/dnsdist -vC /etc/dnsdist/dnsdist.yml | |
| dnsdist 2.0.1 comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2 | |
| Loading configuration from YAML file /etc/dnsdist/dnsdist.yml | |
| libc++abi: terminating due to uncaught exception of type PDNSException | |
| [New thread 123321 of process 63911] | |
| Thread 1 received signal SIGABRT, Aborted. | |
| thrkill () at /tmp/-:2 | |
| warning: 2 /tmp/-: No such file or directory |
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
| - name: refuse-encoded-like-labels | |
| selector: | |
| type: 'Or' | |
| selectors: | |
| - type: 'Regex' | |
| expression: '(?:^|\\.)[A-Za-z0-9_-]{60,}(?:\\.|$)' | |
| - type: 'Regex' | |
| expression: '(?:^|\\.)[A-Z2-7]{40,}(?:\\.|$)' | |
| action: | |
| type: 'RCode' |
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
| (gdb) bt | |
| #0 thrkill () at /tmp/-:2 | |
| #1 0x273bea8a762c7629 in ?? () | |
| #2 0x00000e4f06a576ab in _libc_abort () at /usr/src/lib/libc/stdlib/abort.c:51 | |
| #3 0x00000e4e6ec44298 in abort_message (format=Variable "format" is not available. | |
| ) | |
| at /usr/src/gnu/lib/libcxxabi/../../../gnu/llvm/libcxxabi/src/abort_message.cpp:78 | |
| Die: DW_TAG_<unknown> (abbrev = 59, offset = 14239) | |
| has children: FALSE | |
| attributes: |
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
| KexAlgorithms [email protected],curve25519-sha256 | |
| HostKeyAlgorithms [email protected],ssh-ed25519 | |
| Ciphers [email protected] | |
| MACs [email protected] | |
| PubkeyAcceptedAlgorithms [email protected],ssh-ed25519 |