Skip to content

Instantly share code, notes, and snippets.

@gorillamoe
Created February 26, 2025 10:41
Show Gist options
  • Save gorillamoe/4b175496875c72b4cbe9626b56e4c691 to your computer and use it in GitHub Desktop.
Save gorillamoe/4b175496875c72b4cbe9626b56e4c691 to your computer and use it in GitHub Desktop.
Disable IPv6 Linux / Ubuntu
#!/usr/bin/env bash
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment