Skip to content
Snippets Groups Projects
stanford-dnscache.conf.erb 220 B
Newer Older
# Listen only on the local address
listen-address=127.0.0.1

# really bind only the interfaces it is listening on
bind-interfaces

# Cache up to <%= @cache_size_entries %> addresses
cache-size=<%= @cache_size_entries %>