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