No description
Find a file
sujiba 821bde25f8
Some checks failed
build container image / release_tag (push) Successful in 4s
build container image / build (push) Failing after 15s
debug
2024-06-13 14:34:24 +02:00
.forgejo/workflows debug 2024-06-13 14:34:24 +02:00
.vscode first commit 🚀 2024-05-30 23:04:58 +02:00
docker-build chore(deps): update php docker tag to v8.3.8 2024-06-06 22:00:43 +00:00
.gitignore changes 2024-05-30 23:23:56 +02:00
docker-compose.yaml changes 2024-05-30 23:23:56 +02:00
example.config changes 2024-05-30 23:23:56 +02:00
README.md fix: typo 2024-06-09 19:57:26 +02:00
renovate.json chore(deps): add renovate.json 2024-05-30 21:26:17 +00:00

ownDynDNS-netcup

acknowledgments

This container is based on the work of:

Netcup configuration

You need to create your dns entries beforehand:

Host Type Destination
vpn AAAA IPv6
vpn A IPv4

Container configuration

Create docker-compose.yml and config in your app directory i.e.:

mkdir -p /opt/docker/owndyndns
cd /opt/docker/owndyndns

# Create docker-compose.yml and copy the contents from repository file
vi docker-compose.yml

# Create config, copy the contents from repository example.config and change the parameters
vi config

# Start the Container with
docker compose up -d

Fritz!Box configuration

  • Login to your Fritz!Box
  • Go to /Internet/Freigabe/DynDNS
  • Set mark on "DynDNS benutzen"
  • Enter Update-URL: https://<url of your webspace>/update.php?user=<username>&password=<pass>&ipv4=<ipaddr>&ipv6=<ip6addr>&domain=<domain>
    • You only have to change https://<url of your webspace> (http without valid TLS certificate)
  • Domainname: vpn.example.com
  • Username: Defined in config
  • Password: Defined in config