Coder Social home page Coder Social logo

lqs1848 / -ddns Goto Github PK

View Code? Open in Web Editor NEW
5.0 0.0 2.0 61 KB

定时更新动态ip到动态域名服务商 支持所有提供 update api 的动态域名服务商 如dynu丶3322丶dyndns丶no-ip 等(只要能用url更新的都支持)

C# 100.00%
ddns 3322 dynu ddns-client dyndns dynamic-dns dynamic-dns-client aliyun

-ddns's Introduction

-ddns

定时更新本机的ip到动态域名服务商
支持所有提供 update api 的动态域名服务商 如dynu丶3322丶dyndns丶no-ip 等(只要能用url更新的都支持)

dynu.com写法:
https://api.dynu.com/nic/update?hostname=(你的hostname)&myip={ip4}&myipv6={ip6}&username=(你的用户名)&password=(你的用户密码)

3322.com写法:
http://(你的用户名):(你的用户密码)@members.3322.org/dyndns/update?system=dyndns&hostname=(你的hostname)&myip={ip4}

简单来说
就是用{ip4}替换到你的更新路径中当前要更新的ip地址

可以添加多个 用换行分割

image

支持开机启动(需右键以管理员权限运行)
支持最小化到托盘

阿里云解析 记事本编辑 ddns.exe.Config 文件

<configuration>
  <appSettings>
    <add key="aliyunAppId" value="阿里云给的appid" />
    <add key="aliyunKeySecret" value="阿里云给的KeySecret" />
    <!-- 要更新的域名 多个用<,>逗号隔开 @ 就是 baidu.com 不带二级域名的地址-->
    <add key="aliyunDomain" value="@.baidu.com,www.baidu.com,ejym.baidu.com" />
  </appSettings>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  </startup>
</configuration>

阿里云 @.baidu.com -> Error 如果ip无变化是正常的 ip无变化 阿里云默认给 Code 400

下载地址:
[https://github.com/lqs1848/-ddns/files/12168873/ddns.zip]
解压后启动即可

-ddns's People

Contributors

lqs1848 avatar

Stargazers

 avatar  avatar  avatar  avatar

Forkers

lkmvip qeeguan

-ddns's Issues

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.