Skip to content

Commit

Permalink
add NAPTR data (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Booggmz authored and Grey2k committed Jan 21, 2019
1 parent 7ea686f commit 69d6498
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/LTDBeget/dns/record/RData.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ class RData
'FLAGS' => 'defaultExtractor',
'TAG' => 'defaultExtractor',
'VALUE' => 'defaultExtractor'
],
'NAPTR' => [
'ORDER' => 'defaultExtractor',
'PREFERENCE' => 'defaultExtractor',
'FLAGS' => 'defaultExtractor',
'SERVICES' => 'defaultExtractor',
'REGEXP' => 'defaultExtractor',
'REPLACEMENT' => 'defaultExtractor'
]
];
/**
Expand Down

0 comments on commit 69d6498

Please sign in to comment.