SPF: print the version in the TXT record.
parent
d105fa2e38
commit
62199f27e3
|
@ -434,6 +434,8 @@ class DNSManager::Storage::Zone
|
||||||
def to_bind9(io : IO)
|
def to_bind9(io : IO)
|
||||||
io << "#{@name} #{@ttl} IN TXT "
|
io << "#{@name} #{@ttl} IN TXT "
|
||||||
io << '"'
|
io << '"'
|
||||||
|
io << "v=#{v} "
|
||||||
|
|
||||||
@mechanisms.each do |m|
|
@mechanisms.each do |m|
|
||||||
io << m
|
io << m
|
||||||
io << ' '
|
io << ' '
|
||||||
|
|
Loading…
Reference in New Issue