Lines Matching refs:TXT
5 service within 15 minutes. The translation will be performed using TXT resource
56 DNS reply is formed only on valid match and added as TXT answer.
63 … msg.answer.append("%s 300 IN TXT \"%s\"" % (qstate.qinfo.qname_str, w.replace("\"", "\\\"")))
74 *(type TXT)*.
76 In the second step, we append TXT records containing the translation *(on the
85 2. append TXT records containing the translation
105 ``>>>dig TXT @127.0.0.1 a.bar.fly.en._dict_.cz``
116 ;a.bar.fly.en._dict_.cz. IN TXT
119 a.bar.fly.en._dict_.cz. 300 IN TXT "barov\253 povale\232"
126 ``>>>dig TXT @127.0.0.1 nic.cs._dict_.cz``
130 ; <<>> DiG 9.5.0-P2 <<>> TXT @127.0.0.1 nic.cs._dict_.cz
138 ;nic.cs._dict_.cz. IN TXT
141 nic.cs._dict_.cz. 300 IN TXT "aught"
142 nic.cs._dict_.cz. 300 IN TXT "naught"
143 nic.cs._dict_.cz. 300 IN TXT "nihil"
144 nic.cs._dict_.cz. 300 IN TXT "nix"
145 nic.cs._dict_.cz. 300 IN TXT "nothing"
146 nic.cs._dict_.cz. 300 IN TXT "zilch"