Aggiorna README.md
Some checks failed
CI / test-debian-like (debian:oldstable) (push) Has been cancelled
CI / test-debian-like (debian:stable) (push) Has been cancelled
CI / test-debian-like (debian:testing) (push) Has been cancelled
CI / test-debian-like (ubuntu:20.04) (push) Has been cancelled
CI / test-debian-like (ubuntu:latest) (push) Has been cancelled
CI / test-fedora-like (almalinux:8) (push) Has been cancelled
CI / test-fedora-like (almalinux:latest) (push) Has been cancelled
CI / test-fedora-like (fedora:39) (push) Has been cancelled
CI / test-fedora-like (fedora:latest) (push) Has been cancelled
CI / test-fedora-like (fedora:rawhide) (push) Has been cancelled
Some checks failed
CI / test-debian-like (debian:oldstable) (push) Has been cancelled
CI / test-debian-like (debian:stable) (push) Has been cancelled
CI / test-debian-like (debian:testing) (push) Has been cancelled
CI / test-debian-like (ubuntu:20.04) (push) Has been cancelled
CI / test-debian-like (ubuntu:latest) (push) Has been cancelled
CI / test-fedora-like (almalinux:8) (push) Has been cancelled
CI / test-fedora-like (almalinux:latest) (push) Has been cancelled
CI / test-fedora-like (fedora:39) (push) Has been cancelled
CI / test-fedora-like (fedora:latest) (push) Has been cancelled
CI / test-fedora-like (fedora:rawhide) (push) Has been cancelled
This commit is contained in:
parent
50e8d2ed00
commit
25d162db91
1 changed files with 30 additions and 0 deletions
30
README.md
30
README.md
|
@ -3,6 +3,36 @@
|
|||
`ddclient` is a Perl client used to update dynamic DNS entries for accounts
|
||||
on many dynamic DNS services. It uses `curl` for internet access.
|
||||
|
||||
on docker compose
|
||||
```docker-compose
|
||||
services:
|
||||
ddclient:
|
||||
image: lscr.io/linuxserver/ddclient:latest
|
||||
container_name: ddclient
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Rome
|
||||
volumes:
|
||||
- /home/orangepi/dockerfiles/ddclient/config:/config
|
||||
restart: unless-stopped
|
||||
```
|
||||
file ddclient.conf per servizio DDNS di dynu.com da mettere nel folder config
|
||||
```file
|
||||
daemon=60 # check every 300 seconds
|
||||
syslog=yes # log update msgs to syslog
|
||||
mail=root # mail all msgs to root#mail-failure=root # mail failed update msgs to root
|
||||
pid=/var/run/ddclient/ddclient.pid # record PID in file.
|
||||
use=web, web=checkip.dynu.com/, web-skip='IP Address'
|
||||
protocol=dyndns2 # default protocol
|
||||
server=api.dynu.com
|
||||
# default login
|
||||
login=FabioMich66 # your default user
|
||||
password=Master66! # your default password
|
||||
wildcard=yes
|
||||
patachina.casacam.net
|
||||
```
|
||||
|
||||
## Alternatives
|
||||
|
||||
You might also want to consider using one of the following, if they support
|
||||
|
|
Loading…
Reference in a new issue