Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Last active June 5, 2022 14:07
Show Gist options
  • Save zoonderkins/9bf898d70cb321309c35c5a79c5d1d98 to your computer and use it in GitHub Desktop.
Save zoonderkins/9bf898d70cb321309c35c5a79c5d1d98 to your computer and use it in GitHub Desktop.
Force apt use IPv4

Forcing APT use IPV4

Force IPv4 and stable branch

nano /etc/apt/apt.conf.d/99defaultrelease

Paste and save

APT::Default-Release "stable";
Acquire::ForceIPv4 "true";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment