ddns

module
v0.0.0-...-9c23dc6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2023 License: MIT

README

ddns

Simple server for accepting DDNS requests and updating the matching records in Route53 with authentication.

Configuration

IAM Permission Policy
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "route53:ChangeResourceRecordSets"
            ],
            "Resource": "*"
        }
    ]
}

Usage

pfsense

Under Services > Dynamic DNS > Dynamic DNS Clients, click Add.

Setting Value
Service Type Custom
Username username
Password password
Update URL https://example.com?host=dynamic.example.com&ip=%IP%
Result Match {"status":"ok","ip":"%IP%"}

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL