zz of NSFOCUS Security Team

Results 22 comments of zz of NSFOCUS Security Team

Install font AppleColorEmoji.ttf fix this issue.

For Linux users their system might not install `AppleColorEmoji.ttf` by default. > Hmm, I guess my hack for Emoji fonts may have misses for some unicode ranges. Glad that you...

目前的版本已经支持这个功能了。 配置文件中指定 "internal_dns_server": ["192.168.1.1:53"] 这个就是内网dns服务器的地址和端口, "internal_domain": ["_intra_"], 这个就是需要内网dns服务器解析的域名,对于内网的DNS服务器发送的是UDP的请求,而对其他外网的地址的解析还是使用TCP。

"internal_domain":["bankcomm.com"] -> "internal_domain":["*bankcomm.com"] "internal_dns_server": ["182.1.1.33"] -> "internal_dns_server": ["182.1.1.33:53"] 改改看

可以使用了没? @tony1016

internal_dns_server": ["182.1.1.33:53"] 这个也改了? 你的配置文件少了 :53

"daemon_process" : false , 使用 python tcpdns.py -f tcpdns.json -d 进入调试模式,看看有出错信息没有?

输出应该类似: [2015-08-17 17:52:33,385][DEBUG] domain:ipa.intra.site.com, qtype:1 [2015-08-17 17:52:33,386][DEBUG] server: 192.168.1.1 port:53 server 和 port 那行的内容是什么? 还有这个qtype 怎么是0啊,你能用wireshark 给我抓个正常的包吗

please enable tcp dns query in your dns server. To test if your dns server is working ``` dig -p 10053 +vc @192.168.254.111 mirror.webtatic.com ```

see `https://www.ietf.org/rfc/rfc1035.txt` ``` RCODE Response code - this 4 bit field is set as part of responses. The values have the following interpretation: 0 No error condition 1 Format error...