Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobg committed Nov 6, 2020
1 parent cb65b01 commit 5e1d17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'SOA': (dns.SOA, QTYPE.SOA),
'SRV': (dns.SRV, QTYPE.SRV),
'TXT': (dns.TXT, QTYPE.TXT),
'SPF': (dns.TXT, QTYPE.TXT),
'SPF': (dns.SPF, QTYPE.SPF),
}

TXT_RECORDS = {}
Expand Down

0 comments on commit 5e1d17d

Please sign in to comment.