Fixed typo found by SDK

This commit is contained in:
Michael Boelen 2019-09-19 19:10:13 +02:00
parent 187016a051
commit e48df09c4c
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@
#
# # TODO create records on test domain
# # TODO after update even IP match can be checked to detect hijacking
# SIGOKDNS="sigok.example.org" # adress with good DNSSEC signature
# SIGFAILDNS="sigfail.example.org" # adress with bad DNSSEC signature
# SIGOKDNS="sigok.example.org" # address with good DNSSEC signature
# SIGFAILDNS="sigfail.example.org" # address with bad DNSSEC signature
# TIMEOUT=";; connection timed out; no servers could be reached"
#
#################################################################################