Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions templates/etc/trafficserver/records.config.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ CONFIG proxy.config.hostdb.fail.timeout INT {{dns_resolver.negative_ttl}}
# Use more standard round-robin for DNS results (rather than sticky).
CONFIG proxy.config.hostdb.strict_round_robin INT 1

# Resolve hosts from /etc/hosts file
CONFIG proxy.config.hostdb.host_file.path STRING /etc/hosts

# Enable so_keepalive on the incoming and outgoing sockets to better detect
# keepalive hangups.
CONFIG proxy.config.net.sock_option_flag_in INT 7
Expand Down