mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-02 21:09:35 -05:00
use ftp.
git-svn-id: file:///svn/unbound/trunk@1490 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
f6b2f66311
commit
4b2d6d20af
2 changed files with 5 additions and 2 deletions
|
|
@ -10,9 +10,9 @@ thedir="."
|
|||
# where is the file that unbound is going to read
|
||||
ub_ta_file="$thedir/anchors.mf"
|
||||
# where is the itar master file format
|
||||
itar_url="https://itar.iana.org/anchors/anchors.mf"
|
||||
itar_url="ftp://iana.org/itar/anchors.mf"
|
||||
# where is the itar PGP signature
|
||||
itar_sig="https://itar.iana.org/anchors/anchors.mf.sig"
|
||||
itar_sig="ftp://iana.org/itar/anchors.mf.sig"
|
||||
|
||||
# which command to fetch urls, cmd $dest $url. "wget -O" "curl -o"
|
||||
fetch_cmd="wget -O"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
You can provide your own PGP key and trust repo, or can use the
|
||||
builtin. The program uses wget and gpg to work.
|
||||
- iana portlist updated.
|
||||
- update-itar.sh: using ftp:// urls because https godaddy certificate
|
||||
is not available everywhere and then gives fatal errors. The
|
||||
security is provided by pgp signature.
|
||||
|
||||
18 February 2009: Wouter
|
||||
- more cycle detection. Also for target queries.
|
||||
|
|
|
|||
Loading…
Reference in a new issue