Skip to content

Commit cc5d493

Browse files
committed
add SRV record
1 parent fcb1490 commit cc5d493

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

share/dictionary/dns/dictionary

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ BEGIN PROTOCOL DNS 11 format=2
1212

1313
$INCLUDE dictionary.freeradius.internal
1414
$INCLUDE dictionary.rfc1034
15+
$INCLUDE dictionary.rfc2782
1516

1617
END-PROTOCOL DNS
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# -*- text -*-
2+
# Copyright (C) 2026 The FreeRADIUS Server project and contributors
3+
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
4+
# Version $Id$
5+
#
6+
7+
BEGIN Resource-Record.RDATA
8+
9+
ATTRIBUTE SRV 33 struct length=uint16
10+
MEMBER Priority uint16
11+
MEMBER Weight uint16
12+
MEMBER Port uint16
13+
MEMBER Target string dns_label
14+
15+
END Resource-Record.RDATA

0 commit comments

Comments
 (0)