adding ptr.sh to check ptr records for vm

This commit is contained in:
mischa 2022-05-23 17:11:32 +02:00
parent 163555c5ea
commit 3e3fb0a5c7
1 changed files with 17 additions and 0 deletions

17
ptr.sh Executable file
View File

@ -0,0 +1,17 @@
#!/bin/sh
#
# Copyright (c) 2022 Mischa Peters <mischa @ openbsd.amsterdam>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
dig +short -x $(grep -A2 ${1} /etc/dhcpd.conf | awk '/fixed/ {print $2}' | tr -d ';')