Add note about TTL
[bpdyndnsd] / docs / TODO
CommitLineData
cf65f434 1- Add support for parsing IPv6 addresses out of data received via webcheck ip url.
a916fe1d 2
4635ddc1 3- Configurable user-agent with version string placeholder (%V?)
a916fe1d
TJ
4
5- HTTP proxy authentication
f87cad8d 6
9c759742 7- Add curl HTTP headers to disable proxy caching
0f0908e1
TJ
8
9- On too many update errors: Configurable block period and error threshold counter
358ce660 10
536915d3
TJ
11- Log alternative server name on successful/failed update
12
1524ccce
TJ
13- Clear external warning on successful update
14
5f58a01b
TJ
15- Configurable CA certificate handling
16
5f227871
TJ
17- Determine hostname TTL via DNS and remove option from config file
18
358ce660 19Nice to have:
80b0e508
TJ
20- Handle "nochg" responses (f.e. from service dyndns)
21 by outputing a warning to the user that more
22 than one client might be active.
23
358ce660
TJ
24- webcheck mode: Cache last known IP
25
26 We only determine the current IP every "webcheck_interval" to prevent server trashing.
27
28 If a service can't be updated right now (because the update interval forces an idle period),
29 it will only be updated after the next successful webcheck IP determination.
30 We could cache the last known IP and update the service as soon as
31 the service's update interval permits.
e12af23f
TJ
32
33- Move curl_* handling to own class/use HTTPHelper in ip_addr_helper