Skip to content

Commit

Permalink
Remove obsolete WKS rrtype
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed May 31, 2017
1 parent dda4da7 commit ac46ac4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/DNS/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,14 @@ public enum ResourceRecordType: UInt16 {
case nameServer = 0x0002
case alias = 0x0005
case startOfAuthority = 0x0006
case wellKnownSource = 0x000b
case pointer = 0x000c
case mailExchange = 0x000f
case text = 0x0010
case host6 = 0x001c
case service = 0x0021
case incrementalZoneTransfer = 0x00fb
case standardZoneTransfer = 0x00fc
case all = 0x00ff
case all = 0x00ff // All cached records
}


Expand Down

0 comments on commit ac46ac4

Please sign in to comment.