Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 460 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 460 Bytes

poor-mans-dynamic-dns

Dynamic DNS without headaches

Requires:

  • Domain's DNS hosted with Route 53
  • AWS access token with route53 privileges
  • Bundler

Setup:

  • git clone [email protected]:gatopan/poor-mans-dynamic-dns.git
  • cd poor-mans-dynamic-dns
  • edit wrapper.sh to have two things:
  • current AWS REGION, ACCESS KEY ID & SECRET ACCESS KEY
  • target DOMAIN and SUBDOMAIN
  • bundle install
  • add wrapper.sh to your crontab or run it on demand.