powerdns-secondary-cleaner


Namepowerdns-secondary-cleaner JSON
Version 1.0.4.1 PyPI version JSON
download
home_pageNone
SummaryUse powerdns-secondary-cleaner to delete zones on secondary PowerDNS server that were deleted on primary PowerDNS server.
upload_time2024-08-26 14:42:26
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # powerdns-secondary-cleaner

Use powerdns-secondary-cleaner to delete zones on secondary PowerDNS server that were deleted on primary PowerDNS server.

 The PowerDNS API is used for both the primary and secondary, so the program can run anywhere. Be it on the primary, secondary or elsewhere.

# Install

## PyPI

Run the following command to install the package from PyPI:

    pip3 install powerdns-secondary-cleaner

# Configure

No configuration is supported.

# Usage

Syntax:

    powerdns-secondary-cleaner --primary-api-url=<primary-api-url> --primary-api-key=<primary-api-key> --secondary-api-url=<secondary-api-url> --secondary-api-key=<secondary-api-key> [--dry-run]

Example when running on primary:

    powerdns-secondary-cleaner --primary-api-url=http://localhost:8081 --primary-api-key=example --secondary-api-url=http://secondary.test:8081 --secondary-api-key=example

Example when running on secondary:

    powerdns-secondary-cleaner --secondary-api-url=http://localhost:8081 --secondary-api-key=example --primary-api-url=http://primary.test:8081 --primary-api-key=example

Only show which zones would be deleted on secondary:

    powerdns-secondary-cleaner ... --dry-run

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "powerdns-secondary-cleaner",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Cyberfusion <support@cyberfusion.io>",
    "download_url": "https://files.pythonhosted.org/packages/22/68/d87e70ad9000cd0444458ac5f3f2eb26f72a91ccb94e71e57c6f2b9cbb20/powerdns_secondary_cleaner-1.0.4.1.tar.gz",
    "platform": null,
    "description": "# powerdns-secondary-cleaner\n\nUse powerdns-secondary-cleaner to delete zones on secondary PowerDNS server that were deleted on primary PowerDNS server.\n\n The PowerDNS API is used for both the primary and secondary, so the program can run anywhere. Be it on the primary, secondary or elsewhere.\n\n# Install\n\n## PyPI\n\nRun the following command to install the package from PyPI:\n\n    pip3 install powerdns-secondary-cleaner\n\n# Configure\n\nNo configuration is supported.\n\n# Usage\n\nSyntax:\n\n    powerdns-secondary-cleaner --primary-api-url=<primary-api-url> --primary-api-key=<primary-api-key> --secondary-api-url=<secondary-api-url> --secondary-api-key=<secondary-api-key> [--dry-run]\n\nExample when running on primary:\n\n    powerdns-secondary-cleaner --primary-api-url=http://localhost:8081 --primary-api-key=example --secondary-api-url=http://secondary.test:8081 --secondary-api-key=example\n\nExample when running on secondary:\n\n    powerdns-secondary-cleaner --secondary-api-url=http://localhost:8081 --secondary-api-key=example --primary-api-url=http://primary.test:8081 --primary-api-key=example\n\nOnly show which zones would be deleted on secondary:\n\n    powerdns-secondary-cleaner ... --dry-run\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Use powerdns-secondary-cleaner to delete zones on secondary PowerDNS server that were deleted on primary PowerDNS server.",
    "version": "1.0.4.1",
    "project_urls": {
        "Source": "https://github.com/CyberfusionIO/powerdns-secondary-cleaner"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad04ec165c7bac51d950566ae27fc5bebef5b87be150b86aa7f91a0b284975be",
                "md5": "6c2635d8fae569a7fa63f370201207b9",
                "sha256": "de7df8fd0520448b6be28b8f7254871fead970849a7da74829dd311c6b33e393"
            },
            "downloads": -1,
            "filename": "powerdns_secondary_cleaner-1.0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c2635d8fae569a7fa63f370201207b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3907,
            "upload_time": "2024-08-26T14:42:25",
            "upload_time_iso_8601": "2024-08-26T14:42:25.194649Z",
            "url": "https://files.pythonhosted.org/packages/ad/04/ec165c7bac51d950566ae27fc5bebef5b87be150b86aa7f91a0b284975be/powerdns_secondary_cleaner-1.0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2268d87e70ad9000cd0444458ac5f3f2eb26f72a91ccb94e71e57c6f2b9cbb20",
                "md5": "a23cd2900642224b25f0d54f00b956e0",
                "sha256": "4d01a3fa3f1c9df84216b74c4de5cafc26093025d84b385f6df9f654aac8196d"
            },
            "downloads": -1,
            "filename": "powerdns_secondary_cleaner-1.0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a23cd2900642224b25f0d54f00b956e0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2937,
            "upload_time": "2024-08-26T14:42:26",
            "upload_time_iso_8601": "2024-08-26T14:42:26.334497Z",
            "url": "https://files.pythonhosted.org/packages/22/68/d87e70ad9000cd0444458ac5f3f2eb26f72a91ccb94e71e57c6f2b9cbb20/powerdns_secondary_cleaner-1.0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 14:42:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CyberfusionIO",
    "github_project": "powerdns-secondary-cleaner",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "powerdns-secondary-cleaner"
}
        
Elapsed time: 0.80992s