mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 03:41:44 +00:00
e871318002
The FreeBSD project stopped publishing HTTP date headers and seeks to limit further resource taxing by distributed htpdate clients using the www.freebsd.org host as default time source. Fixes: #17924 Reported-by: Allan Jude <allanjude@freebsd.org> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
config htpdate 'htpdate'
|
|
option enabled 1
|
|
list server 'www.google.com'
|
|
list server 'www.yahoo.com'
|
|
list server 'www.linux.com'
|
|
option proxy_host ''
|
|
option proxy_port '8080'
|
|
option debug 0
|
|
option sanity_check 1
|
|
#list option '-4'
|