GithubHelp home page GithubHelp logo

ddns_dnspod's Introduction

conifg

cp ddns_dnspod.conf.sample ddns_dnspod.conf
vi ddns_dnspod.conf

get domain id:

curl -k https://dnsapi.cn/Domain.List -d "[email protected]&login_password=xxx"

get record id:

curl -k https://dnsapi.cn/Record.List -d "[email protected]&login_password=xxx&domain_id=999

install

git clone https://github.com/alvin2ye/ddns_dnspod.git ddns_dnspod
cd ddns_dnspod
sudo mkdir -p /opt/ddns_dnspod
sudo cp * /opt/ddns_dnspod/
sudo ln -s /opt/ddns_dnspod/ddns_dnspod_deamon /etc/init.d/ddns_dnspod
sudo update-rc.d -f ddns_dnspod defaults
# sudo vi /opt/ddns_dnspod/ddns_dnspod.conf
sudo /etc/init.d/ddns_dnspod start

uninstall

sudo update-rc.d -f ddns_dnspod remove
sudo rm /etc/init.d/ddns_dnspod
sudo rm /var/run/ddns_dnspod.pid
sudo rm -rf /opt/ddns_dnspod

ddns_dnspod's People

Contributors

alvin2ye avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

hiandy168

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.