Giter Site home page Giter Site logo

n1ko23 / cloudflare-dns-updater Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 3.0 42 KB

Automatically updates your Cloudflare DNS records for specific zones. Especially useful if you have dynamic IP address

License: MIT License

Rust 100.00%
automatic cloudflare dns rust

cloudflare-dns-updater's Introduction

HTML5 CSS3 Vue React Node.js Javascript Typescript CSharp Rust Java MongoDB SQL Git

class User implements IUser {
  name: string = "Niko";
  aliases: string[] = [ "N1kO23", "NullPointr" ];
  pronouns: string[] = [ "he", "him" ];
  code: string[] = [ "Java", "JS", "TS", "HTML", "CSS", "Vue", "React", "PHP", "Rust", "CSharp" ];
  fav_theme: string[] = [ "Material Ocean", "SynthWave '84" ];
  line_ends: string = "lf";
  code_style: string = "prettier";
  variables: string = "snake_case";
  editors: string[] = [ "VSCode", "nano", "vi", "vim" ];
}

cloudflare-dns-updater's People

Contributors

geoxor avatar n1ko23 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cloudflare-dns-updater's Issues

Error missing field 'result' at line1 column 76

I am getting this error with the following (sanitized) config.json in the same directory as my binary. I have compiled on aarch64 using ubuntu 20.04 distro:

{
  "UpdateThreshold": 120,
  "Keys": [
    {
      "AuthKey": "sanitized",
      "Zones": [
        {
          "ZoneId": "sanitized",
          "ARecords": [
            "teleport.v4.some.site"
          ],
          "AaaaRecords": [
            "teleport.v6.some.site.me"
          ]
        }
      ]
    }
  ]
}

I have created an API Token according to the directions (I did limit it to my ip addresses, and a single zone, which is the zone in question and the Cloudflare token retrieval worked..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.