fritzbox-cloudflare-dyndns-bridge

command module
v0.0.0-...-7d5748c Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2023 License: AGPL-3.0 Imports: 11 Imported by: 0

README

fritzbox-cloudflare-dyndns-bridge

Update your domain using the dynamic DNS feature of an AVM FritzBox

Installation (Docker)

git clone https://github.com/lucasl0st/fritzbox-cloudflare-dyndns-bridge.git

docker-compose.yml

services:
  bridge:
    build: ./fritzbox-cloudflare-dyndns-bridge
    ports:
      - 80:8000
    restart: unless-stopped
    volumes:
      - ./config.json:/app/config.json

config.json

{
  "users": [
    {
      "username": "username",
      "password": "password",
      "allowedDomains": [
        "FQDN"
      ],
      "cloudflareApiKey": "APIKEY"
    }
  ]
}

Use this update-url in your FritzBox settings:

Don't replace the variables inside the <>, these are replaced by the FritzBox!

http://DYN_HOSTNAME/dyn?domain=<domain>&username=<username>&password=<pass>&ipaddr=<ipaddr>&ip6addr=<ip6addr>&dualstack=<dualstack>&ip6lanprefix=<ip6lanprefix>

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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