Skip to content

Instantly share code, notes, and snippets.

@flrichar
Last active June 10, 2026 14:35
Show Gist options
  • Select an option

  • Save flrichar/d3c89b17c492220e9f4fd3969354394f to your computer and use it in GitHub Desktop.

Select an option

Save flrichar/d3c89b17c492220e9f4fd3969354394f to your computer and use it in GitHub Desktop.
ms famously hates v6
DLAGENTS=('file::/usr/bin/curl -4 -qgC - -o %o %u'
'ftp::/usr/bin/curl -4 -qgfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
'http::/usr/bin/curl -4 -qgb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
'https::/usr/bin/curl -4 -qgb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
'rsync::/usr/bin/rsync --no-motd -z %u %o'
'scp::/usr/bin/scp -C %u %o')
# just an amuse-bouche
# arch under /etc/makepkg.conf.d/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment