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 f648d4d..a90cab8 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 @@ -131,7 +131,7 @@ ## The Script * * A script which synchronizes a GoDaddy A-record with the public IP * address. -*/ + */ // Change this value to your domain. const domain = "example.com";