Comment 11 for bug 1739672

Revision history for this message
Mike Pontillo (mpontillo) wrote : Re: Regression in getaddrinfo(): calls block for much longer on Bionic (compared to Xenial)

Workaround:

    grep -q 'LLMNR=no' /etc/systemd/resolved.conf || \
        echo 'LLMNR=no' | sudo tee -a /etc/systemd/resolved.conf
    sudo service systemd-networkd restart