Skip to content

Instantly share code, notes, and snippets.

@l0cutis
l0cutis / UpdateHoverDNS.ps1
Last active May 23, 2019 18:22
Dynamic DNS Update for Hover in PowerShell
# Find your dnsID by browsing to
# https://www.hover.com/api/domains/YOURDOMAIN.com/dns
#Update which Hover record?
$dnsID = "dns12345678"
$dnsdomain = "YOURDOMAIN.com"
$username = "Username"
$password = "Password"