SPF modifier: now downcased.
This commit is contained in:
parent
9953ccfb0b
commit
b73d67233e
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ class DNSManager::Storage::Zone
|
|||
end
|
||||
|
||||
def to_s(io : IO)
|
||||
io << "#{@t}=#{v}"
|
||||
io << "#{t.to_s.downcase}=#{v}"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue