Skip to content

Instantly share code, notes, and snippets.

View madkoding's full-sized avatar
🧩
Back to your reality

madKoding madkoding

🧩
Back to your reality
View GitHub Profile
@madkoding
madkoding / namecheap-ddns.sh
Last active December 10, 2023 21:01 — forked from dalhundal/namecheap-ddns.sh
Shell script to update namecheap.com dynamic dns for a domain with your external IP address every certain minutes
#!/bin/bash
# Shell script to update Namecheap.com dynamic DNS
# for a domain to your external IP address
# Configuration - replace these with your details or read from a secure location
HOSTNAME=yoursubdomain
DOMAIN=yourdomainname.com
PASSWORD=y0urp455w0rd