dig @ipv6-address

2018-11-29 Thread Christian Weiske
hso3- /etc/hosts > 83.169.45.222 ahso3-ipv4 > 2a01:488:66:1000:53a9:2dde:0:1 ahso3-ipv6 > > $ dig @ahso3-ipv6 +short cweiske.de > 2a01:488:66:1000:523:f116:0:1 But this is just a workaround. How can I specify an IPv6 address in the @ server parameter of dig? --

Re: dig @ipv6-address

2018-11-29 Thread Christian Weiske
vanilla `dig` or a Linux > distro version? $ dig -v DiG 9.10.3-P4-Debian This is Debian 9. -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- ___ Please visit https://lists.isc.org/mailman/lis

Re: dig @ipv6-address

2018-11-29 Thread Christian Weiske
reign Address > udp6 0 0 2a01:488:66:1000:53a:53 :::* From there I copied it and tried to "dig @" my domain, which failed as I wrote. Why there were different IPs in the command and the output of my first example .. I hav