Skip to content

marvi/digital_ocean_hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

digital_ocean_hacks

Code snippets for working with Digital Ocean API

update_a_record.py

I use this from Puppet to add the current Droplet's IP into Digital Ocean DNS service. It first deletes all A records for a specified hostname and then adds a new A record for the current IPv4 address.

delete_all_a_records.py

Deletes all A records for a zone

About

Code snippets for working with Digital Ocean API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages