niammuddin

add generate PTR record cloudflare with php 1-255

Jan 18th, 2022 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. foreach (range(1, 255) as $number) {
  2.     echo $number.".xxx.xxx.xxx.in-addr.arpa. 1  IN  PTR ".$number."-xxx-xxx-xxx.subnet.co.id.<br>";
  3. }
Add Comment
Please, Sign In to add comment