Skip to content

Commit

Permalink
Merge pull request #53 from akondas/lua-records
Browse files Browse the repository at this point in the history
Add support for LUA records
  • Loading branch information
trizz authored Nov 26, 2020
2 parents 7893766 + a7646ea commit 87c38e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/RecordType.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,15 @@ class RecordType
*/
public const LOC = 'LOC';

/**
* PowerDNS specific record.
*
* These records contain small snippets of configuration that enable dynamic behaviour based on
* requester IP address, requester’s EDNS Client Subnet, server availability or other factors.
* https://doc.powerdns.com/authoritative/lua-records/index.html
*/
public const LUA = 'LUA';

/**
* Mail exchange record.
*
Expand Down

0 comments on commit 87c38e8

Please sign in to comment.