Metadata-Version: 2.1
Name: simple-cloudflare-ddns
Version: 3.0.1
Summary: A super simple cli tool to update dns records
Home-page: https://github.com/advaithm/cloudflare-DDNS
Author: nullrequest
Author-email: advaith.madhukar@gmail.com
License: GPLv3
Description: # CloudFlare DDNS
        
        <a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
        [![Maintainability](https://api.codeclimate.com/v1/badges/aaca3fe4da8a8389f639/maintainability)](https://codeclimate.com/github/advaithm/cloudflare-DDNS/maintainability)
        [![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
        
        This script will update cloudflare dns with new dynamic ips when the current one changes. Please check the settings.yml file to ensure its correct.
        
        ## Limitations
        
        - No IPv6 support(My isp does not assing ipv6 address I can not test if this works)
        
        If you wish to conrtbute to this project please check the [CONTRIBUTING.md](https://github.com/advaithm/cloudflare-DDNS/blob/master/CONTRIBUTING.md) file.
        
        The scipt can be got at <https://pypi.org/project/simple-cloudflare-ddns/>. I will be publishing docs on how to use the inbuilt functions. For a quick setup you can use the following commands.
        
        ```bash
        $ cloudflareddns --gen-settings # this will create a file called settings.yml
        $ cloudflareddns # this will get record ids
        ```
        
        after running this you can run `cloudflareddns --ddns` to skip getting the record id as it is stored in the settings.yml
        You can verify if the settings.yml is correct by running `cloudflareddns --verify`
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Customer Service
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
