Dynamic DNS script for NameCheap using Bash.
Future development of this project depends on community donations. All proceeds will go towards the development. You can donate using "THIS LINK" and make sure to include which project you want to support.
- NA
- Amin Babaeipanah
- 1.00:
- First public release
- Get a domain from namecheap.com
- Enable dynamic dns in YourDomain.TLD > Advanced DNS
- Delete the default two host records
- Add A + dynamic dns record
- Host field
- Type a custom subdomain if you want to use a subdomain as dynamic dns
- Type "@" if you want to use the domain as dynamic dns
- Value field
- Type 1.1.1.1
- Host field
- Change the ddnsUrl variable with your newly purchased domain in VARIABLES TO CHANGE section
- Change the host variable with the subdomain you chose (or "@") in VARIABLES TO CHANGE section
- Copy the dynamic dns password and change the ddnsPass variable in VARIABLES TO CHANGE section
- Run "chmod +x scriptName" to make it executable
- Run it using "sudo ./scriptName"
- Follow on-screen instructions
- NA
Ubuntu