Difference between revisions of "Dnscmd"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with " ## Windows allow AXFR ``` $zone="example.com" $ips="10.1.2.3" dnscmd localhost /ZoneResetSecondaries $zone /SecureList $ips ``` ## Get the zone in RFC (bind) format ``` dig...")
 
(No difference)

Latest revision as of 23:42, 30 January 2023

Windows allow AXFR

$zone="example.com"
$ips="10.1.2.3"
dnscmd localhost /ZoneResetSecondaries $zone /SecureList $ips

Get the zone in RFC (bind) format

dig @$host +nocmd +onesoa +nostats +noadditional AXFR $domain