2025年5月28日星期三

Win11释放IP,重新申请IP

PowerShell: 

 ipconfig /release | Out-Null; Start-Sleep -Seconds 1; ipconfig /renew; ipconfig /all

没有评论:

发表评论

dig → drill 对照表

用途 dig drill A 记录 dig example.com A @1.1.1.1 +tcp ./drill -t example.com A @1.1.1.1 AAAA 记录 dig example.com AAAA @1.1.1.1 +tcp ./drill -t ex...