Compare commits

...

3 Commits

Author SHA1 Message Date
d7b62549c7 Cleanup 2022-04-25 13:25:52 +02:00
e4f5e7aa40 first draft 2022-04-25 13:08:35 +02:00
7f65239431 First draft 2022-04-25 13:01:15 +02:00

View File

@@ -6,6 +6,7 @@
)
$apikey = "xx"
$gotify = ""
# Script starts
$CurrentIP = Resolve-DnsName $Domain | Select-Object -ExpandProperty Ipaddress
@@ -39,5 +40,3 @@ if ($ifconfig.IP -ne $CurrentIP) {
else {
Write-Host -ForegroundColor Green "No change!"
}
#}