scripts: Add GNU ftp mirror redirector for GNU and Savannah
Add GNU's redirector which automatically redirect user to nearby "online" mirror. Gets faster speeds due to nearby mirror.
Adding as https://github.com/openwrt/openwrt/pull/14198 was closed.
(Readding as Test Formalities was failing in my original PR ).
Please dont open new PR-s, but just push an update to the existing one.
I have already deleted original branch for now. Will keep your statement in mind for future changes.
You'll need to get rid of that merge commit too. After you did a git pull locally, try git reset --hard HEAD~1 and a force push. When you want to update your PR from GitHub, use the "Update with rebase" option.
@rany2 thanks! Managed to clean up the PR (removed merge commit and updated fork).
Thanks! Rebased on top of main and merged!