You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ The architectures supported by this image are:
59
59
60
60
## Application Setup
61
61
62
-
- Go to the [duckdns website](https://duckdns.org/), register your subdomain(s) and retrieve your token
63
-
- Create a container with your subdomain(s) and token. If you own user.duckdns.org, you put`SUBDOMAINS=user` you would NOT put a sub subdomain like overseerr from overseerr.user.ducksdns.org
64
-
- It will update your IP with the DuckDNS service every 5 minutes (with a random jitter)
62
+
- Go to the [duckdns website](https://duckdns.org/), register your subdomain(s) and retrieve your token.
63
+
- Create a container with your subdomain(s) and token. If you own `user.duckdns.org`, you set`SUBDOMAINS=user`. You would NOT set a sub subdomain like `overseerr` from `overseerr.user.ducksdns.org`.
64
+
- It will update your IP with the DuckDNS service every 5 minutes (with a random jitter).
65
65
66
66
## Notice regarding automatic detection
67
67
@@ -128,7 +128,7 @@ Containers are configured using parameters passed at runtime (such as those abov
128
128
|`-e TOKEN=token`| DuckDNS token |
129
129
|`-e UPDATE_IP=ipv4`| Set to `ipv6` or `ipv4` to update **only** your public IPv4/6 address. Set to `both` to update IPv6 and IPv4 address. This variable makes use of a [third-party service](#notice-regarding-automatic-detection). Omitting this variable uses DuckDNS for detection and only supports IPv4. `both` and `ipv6` modes needs [host networking](#networking-net). |
130
130
|`-e LOG_FILE=false`| Set to `true` to log to file (also need to map /config). |
131
-
|`-v /config`| Persistent config files |
131
+
|`-v /config`| Persistent config files. Also set `LOG_FILE=true` to keep address history.|
132
132
133
133
## Environment variables from files (Docker secrets)
134
134
@@ -293,6 +293,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
293
293
294
294
## Versions
295
295
296
+
***30.03.24:** - Added IP address to logging output when IP changes.
296
297
***23.12.23:** - Rebase to Alpine 3.19.
297
298
***14.10.23:** - Rework shell script forcase insensitivity and update readme to be more clear.
298
299
***13.10.23:** - Add support for public IPv6 address update using Cloudflare.
0 commit comments