-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望支持外网用TCP,内网用UDP #23
Comments
目前的版本已经支持这个功能了。 配置文件中指定 "internal_dns_server": ["192.168.1.1:53"] 这个就是内网dns服务器的地址和端口, |
但是很奇怪,我的配置如下 之后用dig测试:dig mysdc.bankcomm.com ; <<>> DiG 9.9.3-P1 <<>> mysdc.bankcomm.com ;; OPT PSEUDOSECTION: ;; AUTHORITY SECTION: ;; Query time: 259 msec 浏览器无法访问内网但是 dig mysdc.bankcomm.com @182.1.1.33,则是 C:\Users\Programmer>dig mysdc.bankcomm.com @182.1.1.33 ; <<>> DiG 9.9.3-P1 <<>> mysdc.bankcomm.com @182.1.1.33 ;; OPT PSEUDOSECTION: ;; ANSWER SECTION: ;; Query time: 6 msec |
"internal_domain":["bankcomm.com"] -> "internal_domain":["*bankcomm.com"] 改改看 |
我是 "internal_domain":["* bankcomm.com _"],_被markdown了 |
可以使用了没? @tony1016 |
不可以啊,我又没有改什么,之前就有加星号,只不过被markdown当做重点了 |
internal_dns_server": ["182.1.1.33:53"] 这个也改了? 你的配置文件少了 :53 |
也试过了,没有效果 |
"daemon_process" : false , 使用 python tcpdns.py -f tcpdns.json -d 进入调试模式,看看有出错信息没有? |
[2015-08-15 15:43:17,095][DEBUG] domain:mysdc.bankcomm.com, qtype:0 没有任何错误信息 |
输出应该类似: [2015-08-17 17:52:33,385][DEBUG] domain:ipa.intra.site.com, qtype:1 server 和 port 那行的内容是什么? 还有这个qtype 怎么是0啊,你能用wireshark 给我抓个正常的包吗 |
单位是代理服务器上网,对于外网只能转发TCP请求。因此外网的DNS用TCP没有问题,但是内网又是UDP请求,这种配置好像不支持
The text was updated successfully, but these errors were encountered: