We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb1490 commit cc5d493Copy full SHA for cc5d493
share/dictionary/dns/dictionary
@@ -12,5 +12,6 @@ BEGIN PROTOCOL DNS 11 format=2
12
13
$INCLUDE dictionary.freeradius.internal
14
$INCLUDE dictionary.rfc1034
15
+$INCLUDE dictionary.rfc2782
16
17
END-PROTOCOL DNS
share/dictionary/dns/dictionary.rfc2782
@@ -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
+MEMBER Port uint16
+MEMBER Target string dns_label
+END Resource-Record.RDATA
0 commit comments