Hacker News new | ask | show | jobs
by eznzt 2071 days ago
Which is why the first commands to run on a Linux installation are

    sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
    sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
1 comments

note that this is a runtime config. drop it somewhere in /etc/sysctl.d/ to make it permanent.