2
0
mirror of https://github.com/opnsense/docs synced 2024-10-30 21:20:20 +00:00

os-ddclient: add some missing parameters

This commit is contained in:
Ad Schellevis 2023-05-08 10:28:03 +02:00
parent 5f50d046fd
commit 7b15bae3ad

View File

@ -57,10 +57,13 @@ Option Description
======================= ======================================================================================================================================================================= ======================= =======================================================================================================================================================================
Enable Enable this rule (allows turning entries off without removing them). Enable Enable this rule (allows turning entries off without removing them).
Service The provider of your Dynamic DNS Service. Service The provider of your Dynamic DNS Service.
resourceId A pointer to the service to be updated, currently only relevant for Azure
Username Login or user name to use, could be empty for token based authentication Username Login or user name to use, could be empty for token based authentication
Password Password or security token to use Password Password or security token to use
Hostname Enter the fully qualified domain names to update via the selected service. For example: *myhost.dyndns.org* Hostname Enter the fully qualified domain names to update via the selected service. For example: *myhost.dyndns.org*
Check ip method Service to query the current IP address Check ip method Service to query the current IP address
Check ip timeout How long to wait before the checkip process times out
Force SSL Choose to use HTTP or HTTPS, but only for selected services. Most services only support HTTPS nowadays.
Interface to monitor Interface to collect an address from when choosing "Interface" as check ip method, or source interface used to connect to the check ip service Interface to monitor Interface to collect an address from when choosing "Interface" as check ip method, or source interface used to connect to the check ip service
Description A description to easily identify this rule in the overview. Description A description to easily identify this rule in the overview.
======================= ======================================================================================================================================================================= ======================= =======================================================================================================================================================================