Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miladashrafi committed Dec 24, 2021
1 parent 8eb27a0 commit 7fd3418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Powershell/Shecan ON.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ try{
Write-Host "Please wait ..."
Clear-Host
Write-Host "Getting DNS(s) from Shecan.ir ..." -ForegroundColor Gray
$WebResponse = Invoke-WebRequest "https://shecan.ir" -ForegroundColor Gray
$WebResponse = Invoke-WebRequest "https://shecan.ir"
$DnsElementList = $WebResponse.AllElements | Where {$_.Class -eq "shecan-dns-ips"}
$DnsList = @()
for ($Index = 1; $Index -le 2; $Index++)
Expand Down

0 comments on commit 7fd3418

Please sign in to comment.