Skip to content

Commit

Permalink
docs: Explain SOAMname FQDN semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Senart committed Oct 6, 2015
1 parent c5c9dfb commit 3b3e4c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/configuration-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ It is sufficient to specify just one of the `zk` or `masters` field. If both are

`externalon` is a boolean field that controls whether Mesos-DNS serves requests outside of the Mesos domain. The default value is `true`.

`SOAMname` specifies the domain name of the name server that was the original or primary source of data for the configured domain. The default value is `ns1.mesos`.
`SOAMname` specifies the domain name of the name server that was the original or primary source of data for the configured domain.
The configured name will always be converted to a FQDN by ensuring it ends with a `.`. The default value is `ns1.mesos`.

`SOARname` specifies the mailbox of the person responsible for the configured domain. The format is `mailbox.domain`, using a `.` instead of `@`. i.e. `root@ns1.mesos` becomes `root.ns1.mesos`. For details, see the [RFC-1035](http://tools.ietf.org/html/rfc1035#page-18). The default value is `root.ns1.mesos`.

Expand Down

0 comments on commit 3b3e4c6

Please sign in to comment.