Hi Björn,
On Sun Feb 12, 2023 at 10:38 CET, Björn Graf wrote:
> Hej,
>
> Seems to be fine here:
>
> $ host
proxy.golang.org
>
proxy.golang.org has address 142.251.209.145
>
proxy.golang.org has IPv6 address 2a00:1450:4005:802::2011
>
> And that pretty much sums up all my knowledge of DNS :)
it was sufficient to point me to the correct direction.
ping and traceroute did work.
host didn't.
that sent me to some funny business with systemd-resolved.
I had to:
$> ln -rsf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
$> systemctl restart systemd-resolved.service
now "go get -u -v xyz@latest" does work.
thanks a lot!
-s