[server]
bind = "0.0.0.0"
port = 8080
max_connections = 20000
max_connections_per_ip = 2000
peek_timeout_ms = 3000
[[protocols]]
name = "http"
forward_to = "target:9000"
transport = "tcp"
[[protocols]]
name = "ssh"
forward_to = "target:22"
transport = "tcp"