Skip to content

millken/tcpwder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcpwder

Simple tcp/udp 4-layer forwarding

simple config.toml

[logging]
level = "info"
output = "stdout"

[defaults]
max_connections = 0    
client_idle_timeout = "0" 
backend_idle_timeout = "0" 
backend_connection_timeout = "0"

[servers]

[servers.sample]
protocol = "tcp"
bind = "localhost:3000"
upstream = [
      "localhost:8000",
      "localhost:8001"
  ]

[servers.dns]
protocol = "udp"
bind = "localhost:53"
balance = "roundrobin"
upstream = [
      "8.8.8.8:53",
      "8.8.4.4:53"
  ]

About

Simple tcp/udp 4-layer forwarding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages