Skip to content

Commit

Permalink
Public TextRecord members
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed May 31, 2017
1 parent fbc2c08 commit 6156e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/DNS/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ public struct TextRecord {
public var unique: Bool
public var internetClass: UInt16
public var ttl: UInt32
var attributes: [String: String]
var values: [String]
public var attributes: [String: String]
public var values: [String]

public init(name: String, unique: Bool = false, internetClass: UInt16 = 1, ttl: UInt32, attributes: [String: String]) {
self.name = name
Expand Down

0 comments on commit 6156e4f

Please sign in to comment.