0

To generate PTR reverse records with $GENERATE, we can do so

$GENERATE 1-255 $ PTR 168-121-40-$.isp.domain.net.

but now how to generate A record of type

 168-121-40-1.isp IN A 168.121.40.1
 168-121.40.2.isp IN A 168.121.40.2
 ...
 168-121.40.255.isp IN A 168.121.40.255
SoabTI
  • 133
  • 7

1 Answers1

0

Quite similar I think, the $ template can be used more than once:

$GENERATE 1-255 168-121-40-$.isp. IN A 168.121.40.$ 
HBruijn
  • 77,029
  • 24
  • 135
  • 201