File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This lab will prepare the second server by installing the latest software. Altho
34
34
35
35
9 . Install OpenDNSSEC. The version number to use will be provided by your teacher:
36
36
37
- wget http ://dist.opendnssec.org/source/opendnssec-VERSION.tar.gz
37
+ wget https ://dist.opendnssec.org/source/opendnssec-VERSION.tar.gz
38
38
tar -xzf opendnssec-VERSION.tar.gz
39
39
cd opendnssec-VERSION
40
40
./configure
Original file line number Diff line number Diff line change 22
22
23
23
### OpenDNSSEC 2.0.4
24
24
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
26
26
tar xzf opendnssec-2.0.4.tar.gz
27
27
cd opendnssec-2.0.4
28
28
./configure && make && sudo make install
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ should install *either* BIND or Unbound -- not both.
59
59
60
60
But we can see that in fact the domain does contain the information if we bypass the DNSSEC validation:
61
61
62
- dig +cd www.trasigdnssec.se
62
+ dig +cd +dnssec www.trasigdnssec.se
63
63
64
64
65
65
---
You can’t perform that action at this time.
0 commit comments