Use the correct Ipify API URL
This commit is contained in:
parent
76630a7ff9
commit
2a34772457
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ ## The Script
|
||||||
const GODADDY_API_SECRET = "secret";
|
const GODADDY_API_SECRET = "secret";
|
||||||
|
|
||||||
// If you prefer to use Ipify instead, change this URL to:
|
// If you prefer to use Ipify instead, change this URL to:
|
||||||
// https://www.ipify.org
|
// https://api.ipify.org
|
||||||
const publicIpUrl = "https://ipme.fosterhangdaan.com";
|
const publicIpUrl = "https://ipme.fosterhangdaan.com";
|
||||||
|
|
||||||
const goDaddyUrl = `https://api.godaddy.com/v1/domains/${domain}/records/A/@`;
|
const goDaddyUrl = `https://api.godaddy.com/v1/domains/${domain}/records/A/@`;
|
||||||
|
|
Loading…
Reference in a new issue