summaryrefslogtreecommitdiff
path: root/example/client.toml
blob: db66633fbd753f93eb88dc414e1888a1829fe7be (plain)
1
2
3
4
5
6
7
8
9
10
[client]
addr = "127.0.0.1:10000"
# If no_ack is set to true, all connection to the upstream will use No-ACK extension.
# This is incompatible with original TCPMUX protocol and the server must have no_ack_extension enabled.
no_ack = true

[[service]]
name = "Telnet"
addr = "127.0.0.1:1112"