Skip to content

nomis/dns-tcp2udp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage: dns-tcp2udp <dest ip> <listen ip> [listen ip]...

Accepts TCP connections from one or more <listen ip> and forwards them using
UDP to <dest ip>.

Incoming connections have the read/write buffers set to large enough to
process a single DNS packet but no more. If there has been no UDP reponse
for 30 seconds the connection is closed. Each TCP socket connection creates
a separate UDP socket connection so that replies (should) go to the correct
client.

Changes to UID/GID 65534 before forking.

About

DNS TCP to UDP proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published