KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
route53_ddns
★ 15
Open GitHub ↗
Route53 DDNS Updater
Download README (.md)
Explore Similar Repositories
rust-lazy-foo
:
Following the Lazy Foo SDL2 examples using Rust
RBStatefulTableViewController
:
No description available.
abcd
:
Access to Biological Collection Data (ABCD)
IpCamera
:
MJPEG Network Camera Server for Windows/Windows Phone 8.1 Store apps
Economic-Forecasting
:
Contains Python code for downloading socio-economic data from Quandl and using it to forecast real-GDP growth rates in countries.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
route53_ddns
?
Download (.md)
# Route53 DDNS Updater This is a tiny app you can run on Heroku to update a single DNS record with a simple call from curl. ## Installation 1. Click the Heroku button: [](https://heroku.com/deploy) 2. Fill in the params. 3. cron your curl ``` curl -u username:password -s https://your-heroku-app.herokuapp.com ```