WIP: SPF: Modifiers: to_bind9.

master
Philippe Pittoli 2024-03-01 19:50:06 +01:00
parent b73d67233e
commit be6359d984
1 changed files with 4 additions and 0 deletions

View File

@ -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