refractium 3.0.11

Extensible low-level reverse proxy for port multiplexing and protocol-based routing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"