-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address dynDNS mass registration problem #870
Conversation
When |
049e437
to
ebe2428
Compare
When |
Tested that Nextcloud VM workflow continues to function. |
Thanks for keeping registrations open for the NcVM! |
139b663
to
19a9a33
Compare
Rebased, and picked a few dependabot version bumps on that occasion |
Bumps [@mdi/js](https://github.com/Templarian/MaterialDesign-JS) from 7.3.67 to 7.4.47. - [Commits](Templarian/MaterialDesign-JS@v7.3.67...v7.4.47) --- updated-dependencies: - dependency-name: "@mdi/js" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [dnspython](https://github.com/rthalley/dnspython) to permit the latest version. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](rthalley/dnspython@v2.4.2...v2.5.0) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [dnspython](https://github.com/rthalley/dnspython) to permit the latest version. Updates `dnspython` to 2.5.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](rthalley/dnspython@v2.4.2...v2.5.0) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production dependency-group: pip-test-e2e2 ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.4.0...7.4.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.7...42.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
19a9a33
to
8a0c09e
Compare
Due to a tutorial on Youtube and related blog posts, dynDNS registrations are going through the roof, causing frequent resigning of dedyn.io and excessive load.
To address the immediate problem, the domain limit for new accounts has been set to 0. This still causes a support request about every 2 minutes, and also affects users that want to bring their own domain.
Before we find a permanent solution, we're shutting down dedyn.io registrations through the sign-up form and via POST requests to the
domains/
endpoint. We will attempt to continue Nextcloud VM's use case.The following screenshot shows this PR's sign-up form. I hope that with respect to the number of support tickets, being explicit about the registration suspension will be more effective than a silent removal.
@enoch85