tcpwder

command module
v0.0.0-...-b6e34ba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2017 License: MIT Imports: 14 Imported by: 0

README

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"
  ]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
CLIENT
CLIENT
tcp
udp
* * session.go - udp "session" * * @author Illarion Kovalchuk <illarion.kovalchuk@gmail.com> * @author Yaroslav Pogrebnyak <yyyaroslav@gmail.com>
* * session.go - udp "session" * * @author Illarion Kovalchuk <illarion.kovalchuk@gmail.com> * @author Yaroslav Pogrebnyak <yyyaroslav@gmail.com>
tls
sni
tls

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL