WIP: SPF: Modifiers: to_bind9.
parent
b73d67233e
commit
be6359d984
|
@ -312,6 +312,10 @@ class DNSManager::Storage::Zone
|
|||
end
|
||||
|
||||
def to_s(io : IO)
|
||||
to_bind9 io
|
||||
end
|
||||
|
||||
def to_bind9(io : IO)
|
||||
io << "#{t.to_s.downcase}=#{v}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue