help miui

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Ultra Üye
Katılım
4 Eki 2018
Mesajlar
1,554
Çözümler
1
Tepki puanı
295
Ödüller
9
Sosyal
7 HİZMET YILI
u can make custom dns and accses website
 
🍌🐒
Onaylı Üye
Katılım
28 Nis 2021
Mesajlar
65
Çözümler
1
Tepki puanı
10
Ödüller
5
5 HİZMET YILI
Be sure you can connect to Github.com, clear your DNS cache for that.

WIN + X -> PowerShell with Adminrights
PowerShell:
Clear-DnsClientCache
If it's not working, try to set a new DNS nameserver. Like Cloudflare.com (fastest one)

WIN + X -> PowerShell with Adminrights
PowerShell:
$adapter = Get-NetAdapter | where {$_.InterfaceAlias -eq (Get-NetRoute -DestinationPrefix 0.0.0.0/0 | Select-Object -ExpandProperty InterfaceAlias)}
Set-DnsClientServerAddress -InterfaceAlias $adapter.ifIndex -ServerAddresses "1.1.1.1, 1.0.0.1"

Clear-DnsClientCache

I wrote a script for you which automatically selects your adapter and sets the DNS server for it.
 
Son düzenleme:
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst