Skip to content

Commit ddaee12

Browse files
Ern-stjschlyter
authored andcommitted
Fetch OpenDNSSEC over https and other small fixes (#2)
* use https to fetch OpenDNSSEC * fetch OpenDNSSEC over https * fix dig command
1 parent bb7e491 commit ddaee12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

opendnssec-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This lab will prepare the second server by installing the latest software. Altho
3434

3535
9. Install OpenDNSSEC. The version number to use will be provided by your teacher:
3636

37-
wget http://dist.opendnssec.org/source/opendnssec-VERSION.tar.gz
37+
wget https://dist.opendnssec.org/source/opendnssec-VERSION.tar.gz
3838
tar -xzf opendnssec-VERSION.tar.gz
3939
cd opendnssec-VERSION
4040
./configure

quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
### OpenDNSSEC 2.0.4
2424

25-
wget http://dist.opendnssec.org/source/opendnssec-2.0.4.tar.gz
25+
wget https://dist.opendnssec.org/source/opendnssec-2.0.4.tar.gz
2626
tar xzf opendnssec-2.0.4.tar.gz
2727
cd opendnssec-2.0.4
2828
./configure && make && sudo make install

recursive-bind.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ should install *either* BIND or Unbound -- not both.
5959

6060
But we can see that in fact the domain does contain the information if we bypass the DNSSEC validation:
6161

62-
dig +cd www.trasigdnssec.se
62+
dig +cd +dnssec www.trasigdnssec.se
6363

6464

6565
---

0 commit comments

Comments
 (0)