zfl9 / dns2tcp

将 dns 查询从 udp 转为 tcp 的实用工具
GNU Affero General Public License v3.0
138 stars 54 forks source link

[Suggestion] Inverse mode #8

Closed phantomcraft closed 3 years ago

phantomcraft commented 4 years ago

I want to forward a DNS port to a container in TCP format, but I couldn't find any program on Github that forwards DNS queries on UDP port and provides a TCP port for listening.

This mode would be like this:

[Remote UDP DNS address#port] <===> [dns2tcp] <===> [Listening TCP DNS address#port]

There is no program that make this possible yet, so I am requesting this.

zfl9 commented 3 years ago

Are you trying to say: dns-tcp2udp ?

phantomcraft commented 3 years ago

dns-udp2tcp

Resolve UDP, Listen TCP.

zfl9 commented 3 years ago

dns-udp2tcp

Resolve UDP, Listen TCP.

???Don't understand the specific meaning