---
title: "SRV record"
canonical_url: "https://www.zone.lv/help/kb/srv-record/"
post_type: "ht_kb"
published: "2023-03-01T10:23:16+00:00"
modified: "2023-03-01T10:23:16+00:00"
language: "en"
author: "silver"
taxonomies:
  ht_kb_category:
    - name: "Nameserver"
      url: "https://www.zone.lv/help/kb-categories/nameserver/"
    - name: "Technical (Nameservers, DNS-records, etc)"
      url: "https://www.zone.lv/help/kb-categories/domain-technical-info/"
  ht_kb_tag:
    - name: "DNS"
      url: "https://www.zone.lv/help/kb-tags/dns-en/"
    - name: "SRV"
      url: "https://www.zone.lv/help/kb-tags/srv-en/"
---

# SRV record

SRV record is a specification of DNS that assigns server location and port number for a service.

The record has 5 parts:

- service name (host) – has three parts separated by stops: service, protocol, domain name;
- priority – priority of the server, smaller number means higher preference;
- weight – relative weight of record for the records with the same priority, larger number means greater chance to be selected;
- port number (port);
- hostname (target) – server providing the specific service.

Example:

**\_service.\_proto.domain.****TTL****IN****SRV****priority****weight****port****target**\_autodiscover.\_tcp.zone.lv.3600INSRV00443mailconfig.zone.lv.## SRV records management

SRV records can be added, modified and removed in [My Zone](https://my.zone.lv/hosting/webhost/home?lang=en) via webhosting management (under ˇ”Nameserver”) or via domain management (click on the domain name then select “DNS records” from the menu on the left).

To add a new record click “Add record” then select from “DNS Record Type” menu “SRV”.
