aliyun-dns-updater
Advanced tools
Comparing version 1.0.3 to 1.0.4
1.0.4 / 2020-05-06 | ||
================== | ||
* fix: get ip | ||
1.0.3 / 2020-05-04 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "aliyun-dns-updater", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dns.js", |
@@ -22,3 +22,3 @@ 'use strict'; | ||
* getIp() { | ||
const result = yield urllib.requestThunk('http://ip.360.cn/', { | ||
const result = yield urllib.requestThunk('http://www.net.cn/static/customercare/yourip.asp', { | ||
method: 'GET', | ||
@@ -25,0 +25,0 @@ headers: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5819