Metadata-Version: 2.1
Name: check-ip
Version: 0.3.0
Summary: Check your public IP address and update DNS records on Cloudflare.
Home-page: https://github.com/samueljsb/check-ip/
Author: Samuel Searles-Bryant
Author-email: devel@samueljsb.co.uk
License: MIT
Description: check-ip
        ========
        
        *Check your public IP address and update DNS records on Cloudflare.*
        
        [![GitHub](https://img.shields.io/github/license/samueljsb/check-ip.svg)](#license)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        
        Installation
        ------------
        
        check-ip can be installed with pip:
        
        ```sh
        pip install check-ip
        ```
        
        Usage
        -----
        
        ```sh
        check-ip config.yaml
        ```
        
        The config file should take the following form:
        
        ```yaml
        ---
        email: user@example.com
        api_key: <your Cloudflare API key>
        zone: example.com
        records:
          - www
          - server
        ```
        
        This will update the A records `www.example.com` and `server.example.com` to point to your current public IP address.
        
        Contributing
        ------------
        
        This project is hosted on [GitHub](https://github.com/samueljsb/check-ip)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
