Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

modernize porkbun-ddns #6

Closed
wants to merge 3 commits into from
Closed

Commits on Dec 22, 2021

  1. modernize porkbun-ddns

    Modernizes the Python DDNS client:
    
    * Use argparse for CLI argument handling (better help text, validation and error messages)
    * Accept config file from stdin
    * Use modern Python naming conventions
    * Use ipaddress for validation
    * Default value for the base url of the API
    * Closes porkbundomains#2 
    * Closes porkbundomains#3
    con-f-use authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    99afcf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Configuration menu
    Copy the full SHA
    b8edd0d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    92d2369 View commit details
    Browse the repository at this point in the history