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