diff --git a/blog/posts/2023-12-02_make-your-own-ddns/index.md b/blog/posts/2023-12-02_make-your-own-ddns/index.md index c28090b..af00d3f 100644 --- a/blog/posts/2023-12-02_make-your-own-ddns/index.md +++ b/blog/posts/2023-12-02_make-your-own-ddns/index.md @@ -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/@`;