Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Fix typos in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bbock committed Jul 28, 2016
1 parent 7d29d30 commit a45657b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AWS Lambda function to use AWS Route 53 as dyndns provider
# Amazon Lambda function to use AWS Route53 as DynDNS service

The intended usage for this function is to provide a simple DDNS solution
for your domain hosted on AWS Route 53. Just make your router / DDNS client call
Expand Down Expand Up @@ -53,7 +53,7 @@ Quick note for users of the AVM Fritz!Box:

Unfortunately the Fritz!Box can send DDNS updates only unencrypted via HTTP,
while AWS API Gateway provides only HTTPS. :( If you intend to use this solution
with a FritzBox, you need an additional proxy in between which does HTTP->HTTPS
with a Fritz!Box, you need an additional proxy in between which does HTTP->HTTPS
translation. Make sure to provide your IP address in the query string or send
and X-Forwarded-For header on the proxy, or the DDNS record will point to your
proxy.
a X-Forwarded-For header on the proxy, or the DDNS record will point to your
proxy!

0 comments on commit a45657b

Please sign in to comment.