微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

domain-name-system – 如何在Windows上设置TCP over DNS隧道?

我在那里看到了一些指南,但我无法让它们中的任何一个工作.我可以将NS记录指向我的域名,所以听起来我应该能够做到这一点.我尝试为服务器部分设置DMZ,根本没有运气.

解决方法

一个 Java实现可以在analogbit.com上的Windows上运行: tcp-over-dns.

tcp-over-dns contains a special dns
server and a special dns client. The
client and server work in tandem to
provide a TCP (and UDP!) tunnel
through the standard DNS protocol.

This is similiar to the defunct NSTX
dns tunelling software. The purpose of
this software to is succeed where NSTX
Failed. For me at least,all NSTX
tunnels disconnect within tens of
seconds in real world situations.
tcp-over-dns was written to be quite
robust while at the same time
providing acceptable bandwidth speeds.

这些程序需要Java运行时环境6.0.服务器需要管理端口53访问权限.

有一篇来自同一作者的好文章很好地解释了TCP over DNS.

原文地址:https://www.jb51.cc/html/228884.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐