Last active
June 10, 2026 14:35
-
-
Save flrichar/d3c89b17c492220e9f4fd3969354394f to your computer and use it in GitHub Desktop.
ms famously hates v6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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