Skip to content

ZoeyVid/ipv64-updater

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jun 20, 2024
Apr 18, 2024
Oct 18, 2022
Oct 18, 2022
Oct 18, 2022
Apr 18, 2024
Oct 6, 2024
Apr 21, 2024
Apr 21, 2024
Oct 22, 2023
Mar 26, 2023
Apr 21, 2024

Repository files navigation

ipv64-updater

This docker image connects to ipv64 using curl to update your DDNS IP, just use this compose file:

services:
  ipv64-updater:
    container_name: ipv64-updater
    image: zoeyvid/ipv64-updater
    restart: always
    network_mode: host                         # you can use bridge if it supports IPv6
    environment:
      - "TZ=Europe/Berlin"                     # your timezone
      - "DUK=r23jLIKr6IQwrlU6Wcv4ZxrJePxbd57t" # your Domain Update Token (invalid example)
#      - "UI=5m"                               # interval to update DDNS
#      - "IPv4=true"                           # enable/disable IPv4
#      - "IPv6=true"                           # enable/disable IPv6

you need to decide if you want to enable IPv4/IPv6 and you need to change DUK.