Merge pull request #801 from insanolanbiri/upnp

Add UPnP example in configuration file
This commit is contained in:
Richard Hansen 2025-01-16 04:10:59 -05:00 committed by GitHub
commit 33a86eb556
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,6 +53,10 @@ pid=@runstatedir@/ddclient.pid # record PID in file.
## To obtain an IP address from FW status page (using fw-login, fw-password) ## To obtain an IP address from FW status page (using fw-login, fw-password)
#use=fw, fw=192.168.1.254/status.htm, fw-skip='IP Address' # found after IP Address #use=fw, fw=192.168.1.254/status.htm, fw-skip='IP Address' # found after IP Address
# #
## To obtain an IP address via UPnP from router
## Requires miniupnpc to be installed on the system.
#use=cmd, cmd=external-ip
#
## To obtain an IP address from Web status page (using the proxy if defined) ## To obtain an IP address from Web status page (using the proxy if defined)
## by default, checkip.dyndns.org is used if you use the dyndns protocol. ## by default, checkip.dyndns.org is used if you use the dyndns protocol.
## Using use=web is enough to get it working. ## Using use=web is enough to get it working.