bobastark

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #2184864
    42ce96137ab1e5ce43c1642f900c1a4c?s=80&r=g&d=mmbobastark
    Participant
    Rank: Rank-1

    Error is DNS related. Initiall guess is that this may be caused by using your default ISP DNS (or maybe Google's?)

    Try 1.1.1.1 and/or 1.0.0.1 and see if it replicates (in your ip settings)

    (Use the Windows GUI if you dont trust commands (google: windows 11 change DNS server))

    Run CMD as admin:

    1. Find your network card
    netsh interface show interface

    2. Update your primary DNS
    netsh interface ip set dns name="YOUR-ADAPTER-NAME" source="static" address=1.1.1.1

    3. upddate your secondary dns
    netsh interface ip add dns name="YOUR-ADAPTER-NAME" addr=1.0.0.1 index=2

    3. Flush DNS cache
    ipconfig /flushdns

    4. Open browser and try accessing bunkr a link

Viewing 1 post (of 1 total)

 

Post You Might Like