mirror of
https://github.com/AuxXxilium/docker-ddns-server.git
synced 2024-11-23 23:00:59 +07:00
Update README.md
added new features
This commit is contained in:
parent
27de4f3b1f
commit
a6d240e7c4
@ -53,6 +53,7 @@ If you want to embed this into a docker-compose.yml you have to double the dolla
|
||||
```
|
||||
echo $(htpasswd -nb user password) | sed -e s/\\$/\\$\\$/g
|
||||
```
|
||||
If `DDNS_ADMIN_LOGIN` is not set, all /admin routes are without protection. (use case: auth proxy)
|
||||
|
||||
`DDNS_DOMAINS` are the domains of the webservice and the domain zones of your dyndns server (see DNS Setup) i.e. `dyndns.example.com,dyndns.example.org` (comma separated list)
|
||||
|
||||
@ -60,6 +61,8 @@ echo $(htpasswd -nb user password) | sed -e s/\\$/\\$\\$/g
|
||||
|
||||
`DDNS_DEFAULT_TTL` is the default TTL of your dyndns server.
|
||||
|
||||
`DDNS_CLEAR_LOG_INTERVAL` clear log entries automatically in days (integer) e.g. `DDNS_CLEAR_LOG_INTERVAL:30`
|
||||
|
||||
### DNS setup
|
||||
|
||||
If your parent domain is `example.com` and you want your dyndns domain to be `dyndns.example.com`,
|
||||
|
Loading…
Reference in New Issue
Block a user