12 lines
154 B
INI
12 lines
154 B
INI
![]() |
global
|
||
|
|
||
|
defaults
|
||
|
mode tcp
|
||
|
timeout connect 5s
|
||
|
timeout client 50s
|
||
|
timeout server 50s
|
||
|
|
||
|
listen tcp-in
|
||
|
bind "0.0.0.0:${PORT}"
|
||
|
server server1 "${TARGET}"
|