Giter Site home page Giter Site logo

dynamicdns's People

Contributors

uje avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dynamicdns's Issues

提问

请问配置中的“主机头”是填写的哪些信息?

服务经常会挂掉

第一种情况,在获取IP地址连续失败后,服务会完全终止,必须手动重启服务才可以
第二种情况,这种就比较莫名奇妙了,日志上也看不出什么眉目出来,目前找不出原因~

你好作者 装上以后有个问题

现在一直卡在Call API:DomainsRequest 没反映了,如何解决

log:
[2017-11-21 05:05:53] 服务启动!
[2017-11-21 05:05:54] 获取本地IP
[2017-11-21 05:05:54] 从http://ip.qq.com/获取IP地址
[2017-11-21 05:05:56] 得到IP地址:171.120.188.181
[2017-11-21 05:05:56] 本地IP为:171.120.188.181,IP比对中...
[2017-11-21 05:05:56] Call API:DomainsRequest

dnspod升级导致无法使用

近期dnspod已停止使用对tls1.2以前的版本支持,所以此程序的api请求发生错误。
发请求需要改为tls1.2,我已修改并测试过了,改了就可以。
在请求之前设置tls1.2:

var result = Encoding.UTF8.GetString(wc.UploadValues(Url, "POST", data));

之前增加
ServicePointManager.SecurityProtocol = (SecurityProtocolType)192 | (SecurityProtocolType)768 | (SecurityProtocolType)3072;
所有项目.net版本改为4.5

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.