mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
dns: postmaster -> hostmaster
This commit is contained in:
parent
60608b455d
commit
f17bf78bb1
@ -254,7 +254,7 @@ func (d *DNSServer) soa() *dns.SOA {
|
||||
Serial: uint32(time.Now().Unix()),
|
||||
|
||||
// todo(fs): make these configurable
|
||||
Mbox: "postmaster." + d.domain,
|
||||
Mbox: "hostmaster." + d.domain,
|
||||
Refresh: 3600,
|
||||
Retry: 600,
|
||||
Expire: 86400,
|
||||
|
Loading…
x
Reference in New Issue
Block a user