whitespace
This commit is contained in:
parent
607296c8bb
commit
4b339429cb
|
@ -7,7 +7,7 @@ var types = exports.DNS_TYPES = {
|
||||||
, CNAME: 0x05 // 5
|
, CNAME: 0x05 // 5
|
||||||
, SOA: 0x06 // 6
|
, SOA: 0x06 // 6
|
||||||
, PTR: 0x0c // 12
|
, PTR: 0x0c // 12
|
||||||
, MX: 0x0f // 15
|
, MX: 0x0f // 15
|
||||||
, TXT: 0x10 // 16
|
, TXT: 0x10 // 16
|
||||||
, AAAA: 0x16 // 28
|
, AAAA: 0x16 // 28
|
||||||
, SRV: 0x21 // 33
|
, SRV: 0x21 // 33
|
||||||
|
|
Loading…
Reference in New Issue