Skip to content

Commit a64ce64

Browse files
maltristhomas-pike
authored andcommitted
Add LUA record type to dropdown
Add LUA type records as described in https://doc.powerdns.com/authoritative/lua-records/
1 parent c16ff44 commit a64ce64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/zone.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
<option value="NS" data-content-pattern="\S*">NS</option>
185185
<?php } ?>
186186
<option value="LOC" data-content-pattern="[0-9]{1,2} ([0-9]{1,3} ([0-9]{1,2}(\.[0-9]{1,3})?)?)? [NS] [0-9]{1,2} ([0-9]{1,3} ([0-9]{1,2}(\.[0-9]{1,3})?)?)? [EW] -?[0-9]+(\.[0-9]{1,2})?m?( [0-9]+(\.[0-9]{1,2})?m?( [0-9]+(\.[0-9]{1,2})?m?( [0-9]+(\.[0-9]{1,2})?m?)))">LOC</option>
187+
<option value="LUA" data-content-pattern=".*">LUA</option>
187188
<option value="MX" data-content-pattern="[0-9]+\s+\S+">MX</option>
188189
<option value="PTR" data-content-pattern="\S+">PTR</option>
189190
<option value="SRV" data-content-pattern="[0-9]+\s+[0-9]+\s+[0-9]+\s+\S+">SRV</option>

0 commit comments

Comments
 (0)