htpdate: drop www.freebsd.org from default server list
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>
This commit is contained in:
parent
a3f14c5114
commit
e871318002
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=htpdate
|
PKG_NAME:=htpdate
|
||||||
PKG_VERSION:=1.1.1
|
PKG_VERSION:=1.1.1
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://www.vervest.org/htp/archive/c/
|
PKG_SOURCE_URL:=http://www.vervest.org/htp/archive/c/
|
||||||
|
|
|
@ -3,7 +3,6 @@ config htpdate 'htpdate'
|
||||||
list server 'www.google.com'
|
list server 'www.google.com'
|
||||||
list server 'www.yahoo.com'
|
list server 'www.yahoo.com'
|
||||||
list server 'www.linux.com'
|
list server 'www.linux.com'
|
||||||
list server 'www.freebsd.org'
|
|
||||||
option proxy_host ''
|
option proxy_host ''
|
||||||
option proxy_port '8080'
|
option proxy_port '8080'
|
||||||
option debug 0
|
option debug 0
|
||||||
|
|
Loading…
Reference in a new issue