node script with cron job that will keep a aws route53 dns A record up to date with the network's public IP when it is changed by an ISP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"ignoreRoot": [".git"],
|
|
"watch": ["config/","node_modules/@uci/","node_modules/@uci-utils/","src/","index.js"],
|
|
"ignore": [".git"],
|
|
"ext" : "yaml, js"
|
|
}
|
|
|