Use the correct Ipify API URL

This commit is contained in:
Foster Hangdaan 2023-12-04 10:49:57 -05:00
parent 76630a7ff9
commit 2a34772457
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -143,7 +143,7 @@ ## The Script
const GODADDY_API_SECRET = "secret";
// 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 goDaddyUrl = `https://api.godaddy.com/v1/domains/${domain}/records/A/@`;