global
	log stderr local0 debug


defaults
	mode tcp
	log global
	option tcplog
	timeout connect 5s
	timeout client 50s
	timeout server 50s

listen tcp-in
	bind "0.0.0.0:${PORT}"
	server server1 "${TARGET}"