Gandi allows you to add and manage SRV records in your domain's zonefile if your domain name uses our default DNS.
For clairity, it is recommended that you use the “expert” zone file edition interface in order to add/edit/delete an SRV record in your zonefile (see this page to see how to edit your zone file).
It is very important that the format of the record is correct, and notably presents the elements in the correct order:
order: | service | . | protocol | TTL | IN SRV | priority | weight | port | target | . | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
example: | _sip | . | tcp | 86400 | IN SRV | 0 | 5 | 5060 | sipserver.example.com | . |
Below is therefore an example of what your SRV line would look like when added to your zonefile in expert mode at Gandi:
_sip._tcp 86400 IN SRV 0 5 5060 sipserver.example.com.
If you chose to use the “normal” zone file edition interface in order to add/edit/delete an SRV record in your zonefile (see this page to see how to edit your zone file), note that you will not follow the form's instructions.
Below are the values that you will put in the form's fields: