ydns / bash-updater

YDNS Bash Updater Script
GNU General Public License v3.0
80 stars 43 forks source link

use of ipv4 instead of ipv6 #12

Open lcaumont opened 9 years ago

lcaumont commented 9 years ago

Some old software doesn't work with ipv6. Is it possible to add an option in the url : https://ydns.eu/api/v1/update/?host= to force the usage of ipv4 ? Thanks

commx commented 9 years ago

Hi,

as already answered in the E-mail you've sent to us yesterday, please consider using the record_id parameter for the updater URL to force updating a specific record. The record id for a specific record can be obtained by hovering the mouse of a record entry (the input box next to the record type in the host view). We'll enhance that whole process soon with a new API.

Mikaela commented 9 years ago

Wouldn't it be possible to update both? curl has options -4 and -6.