banderas20
Active Member
Hi!
I made a mistake writing an URL, and instead of writing domain.org, i typed domain.es. My browser pointed to my localhost, showing the Apache welcome page, since I have apache2 installed.
If I run dig or nslookup to domain.es, I get:
If I ping domain.org, I get the first request from 127.0.0.1.
When I run resolvectl status, my DNS server is the default gateway 192.168.1.1. I have nothing set in my hosts file, neither.
So my question is, who has resolved domain.es to my own machine?
Thanks!
I made a mistake writing an URL, and instead of writing domain.org, i typed domain.es. My browser pointed to my localhost, showing the Apache welcome page, since I have apache2 installed.
If I run dig or nslookup to domain.es, I get:
Code:
;; ANSWER SECTION:
domain.es. 7056 IN A 127.0.0.1
;; Query time: 0 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: dom abr 30 18:14:02 CEST 2023
;; MSG SIZE rcvd: 55
If I ping domain.org, I get the first request from 127.0.0.1.
When I run resolvectl status, my DNS server is the default gateway 192.168.1.1. I have nothing set in my hosts file, neither.
So my question is, who has resolved domain.es to my own machine?
Thanks!