Skip to content

millken/tcpwder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b6e34ba · Dec 14, 2017

History

18 Commits
Oct 13, 2017
Aug 2, 2017
Jul 28, 2017
Dec 14, 2017
Aug 2, 2017
Dec 14, 2017
Oct 20, 2017
Aug 2, 2017
Dec 14, 2017
Aug 2, 2017
Aug 2, 2017
Nov 15, 2017
Oct 17, 2017
Jul 25, 2017
Aug 7, 2017
Oct 13, 2017
Nov 15, 2017

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