Siva Kesava R Kakarla
Siva Kesava R Kakarla
**Describe the incorrect behavior you saw** When Twisted Names is acting as an authoritative nameserver for a zone, it returns wrong RCODE for empty non-terminals. **Describe how to cause this...
**Describe the incorrect behavior you saw** When Twisted Names is acting as an authoritative nameserver for a zone, it does not set the `AA` flag in the reponses. **Describe how...
Hello Team, When using twisted names module as `twistd -n dns --bindzone example.com`, we encounter the error: ``` File "/usr/local/lib/python3.10/dist-packages/twisted/names/authority.py", line 315, in loadFile self.origin = nativeString(fp.basename() + b".") TypeError:...
**Describe the bug** If a user, by mistake, uploads a zone file which has no FQDN, then there is some strange interaction between the Config.toml file and the SOA record....
Non-existent CNAME target in the same zone should be returned with NXDOMAIN instead of NOERROR rcode
**Describe the bug** This is related to if 'A CNAME B' exists in a zone, but B (related to the same zone) does not exist, then the return code should...
**What happened**: Hello again, Consider the following zone file: | | | | | |- |- |- |- | | test | 500 | SOA | ns1.outside.com. root.test 3 604800...
**What happened**: Hello again, Consider the following zone file: | | | | | |- |- |- |- | | test. | 500 | SOA | ns1.outside.com. root.test 3 604800...