0
ezbie
7y

Daaammmmnnnn
someone knows how to solve this?

I try to connect to a website and my isp logo shows saying page not found. I ping it, works fine.

I know it's a dns thing, my isp has a totally broken dns I want to avoid it but changing my resolve.conf doesn't change anything

Comments
  • 2
    I usually override the DNS at my router so I don't have to bother setting it up on each device.

    If you want to override only for a specific domain, that should go into /etc/hosts
  • 0
    @devbugger thought about that too, but my router is locked by de isp, only way to change its settings is flashing it. Not gonna take this risk now.

    But anyways, how should I write it in the hosts file? *being lazy:)

    *edit shame on me, I'll look it up myself, thanks
  • 1
    @ezbie Something like this

    127.0.0.1 www.example.com

    So, IP address followed by domain name.
  • 1
    @devbugger worked, thanks
Add Comment