Skip to content

Commit

Permalink
docs: embed video of dns53 in action
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleclay committed Jul 16, 2022
1 parent 714ed59 commit 01aa809
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Dynamic DNS within Amazon Route53. Expose your EC2 quickly, easily and privately
[![Go Version](https://img.shields.io/github/go-mod/go-version/purpleclay/dns53.svg?style=flat-square)](go.mod)
[![codecov](https://codecov.io/gh/purpleclay/dns53/branch/main/graph/badge.svg)](https://codecov.io/gh/purpleclay/dns53)

[![asciicast](https://asciinema.org/a/509096.svg)](https://asciinema.org/a/509096)

## Documentation

Check out the latest [documentation](https://purpleclay.github.io/dns53/)
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Dynamic DNS within Amazon Route 53. Expose your EC2 quickly, easily and privatel
Easily collaborate with a colleague by exposing your EC2 within a team VPC. You could even hook up a locally running application to a local k3d cluster using an ExternalName service during development. Once your EC2 is exposed, control how it is accessed through your EC2 security groups.

Written in Go, `dns53` is incredibly small and easy to install.

<script id="asciicast-509096" src="https://asciinema.org/a/509096.js" async></script>

0 comments on commit 01aa809

Please sign in to comment.