Skip to main content

Questions tagged [dig]

1 vote
1 answer
49 views

forward *.vm dns requests from local dnsmasq to libvirt's dnsmasq

I have a custom dnsmasq instance running locally as my main dns provider and I want to forward *.vm requests to libvirt's instance of dnsmasq, but there's something wrong with my local network ...
thiago's user avatar
  • 133
0 votes
0 answers
40 views

Why on very old named resolve google.it return different and more dns than new named?

Yesterday I play with old bind on old unix vm (1998, Interactive Unix 4.1.1) dig www.google.it return this dig +noedns www.google.it @192.168.0.15 ; <<>> DiG 9.18.30 <<>> +...
elbarna's user avatar
  • 14.2k
1 vote
1 answer
191 views

Why can't "dig" on rockylinux 9 find a container/host named "https" in a docker compose network?

Sorry I don't know if this is a docker issue or a dig issue on rockylinux 9. Everything works as expected on rockylinux 8. I have a docker-compose.yml file below with a service named https. That ...
jamshid's user avatar
  • 384
0 votes
0 answers
25 views

BASH + dig on list of domains gives wrong input to dig with domains suffixed with '\013' [duplicate]

I have a list of domains, and I want to use dig to check whether those domains have HTTPS records or not. I ran a for loop to do so, and I realized that the reason why I don't have any result is ...
cs.lev's user avatar
  • 101
1 vote
2 answers
316 views

What is the difference between host and domain in dig?

When running dig you can specify a "server" (the DNS server you make query against), "domain" and "host". Since "host" is not optional, I'm guessing this is ...
Andrew Savinykh's user avatar
1 vote
1 answer
474 views

Bind with RPZ acts weirdly if a subdomain is used aside a wildcard

I'm unsure if I found a bug in bind. I've setup a simple dns server on debian 12. in named.conf.options zone "rpz-test" { type master; file "/etc/bind/rpz-test.zone"; ...
user3450548's user avatar
  • 3,104
0 votes
0 answers
104 views

Diagnose and debug bind server configuration lookup with exit line

I'm using dig with dig someserver.com -p 53 @localhost checking if my bind server do what it should. However even if I have a rpz set up with a wildcard like *.com A 127.0.0.1 most of .com replies ...
user3450548's user avatar
  • 3,104
0 votes
1 answer
321 views

Parse results of a "dig" bulk query

We use a security rating service which among other things, searches the world for imposter domains that resemble our domains. So it does find some of those but also finds ones that don't exist. It ...
JetJaguar's user avatar
0 votes
2 answers
1k views

Problems with DNS resolution

i have a problem with DNS resolution. The routing seems to work, because I can ping other servers and traceroute also works. But using dig, i get the a address for 'a.root-servers.net not found error. ...
der-zebastian's user avatar
1 vote
1 answer
574 views

Error redirection fail with bind - dig

I'm trying to test some nameservers against a domain name. For that, I created a script that reads a list of nameservers and asks for a domain name. Something basic like this: #!/bin/bash domain=$1 [ ...
markfree's user avatar
  • 435
4 votes
1 answer
9k views

Using dig to query an address without resolving CNAMEs

I've pored over the man pages and I'm pretty sure the answer is "no" but is there a way to prevent dig from resolving a CNAME record for a host? For example: $ dig +short mail.yahoo.com A ...
miken32's user avatar
  • 608
0 votes
1 answer
194 views

Weird echo output in cygwin

I'm struggling with a really simple Cygwin script, but I can't get my head around it. Hope someone can give me a hand. Here you are the script: h=www.ibm.com for ip in $(dig $h +short); do echo "...
Jesús Ángel's user avatar
2 votes
1 answer
233 views

Getting the same DNS TTL value for all websites

I'm using the dig utility to get the TTL value of websites on local DNS and it always shows the same value of 5s for all websites. What can the reason be? How can I get the original DNS TTL value? Am ...
Vens8's user avatar
  • 23
0 votes
0 answers
2k views

dig a SRV record to host:port format directly?

dig some.domain SRV +short gives me an output like: 1 1 1234 real.location.of.some.host. Is there a way of getting the output directly as real.location.of.some.host:1234, without a couple of cuts or ...
OJFord's user avatar
  • 2,073
1 vote
0 answers
62 views

Is there a streaming endpoint for DNS lookup / IP metadata?

I would like to know all changes of domain names / metadata linked to a given (wide) range of IPs. For now, I execute a batch of scripts that extract regularly the domain name / metadata behind each ...
Olscream's user avatar

15 30 50 per page
1
2 3 4 5
7