This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

dyndns.org
#3
Most dynamic DNS services can be updated via a simple HTTP request.

Example for Duck DNS (https://www.duckdns.org). Add this code to a scheduled script with run frequency tuned to how often your IP can change.
Code:
domain = 'logicmachine'
token = '12345678-1234-1234-1234-123456789012'
require('ssl.https').request('https://www.duckdns.org/update?domains=' .. domain  .. '&token=' .. token .. '&ip=')
Reply


Messages In This Thread
dyndns.org - by josep - 06.04.2016, 13:58
RE: dyndns.org - by zoltan - 06.04.2016, 14:39
RE: dyndns.org - by admin - 06.04.2016, 14:42
RE: dyndns.org - by josep - 06.04.2016, 15:25
RE: dyndns.org - by zoltan - 06.04.2016, 15:42
RE: dyndns.org - by admin - 07.04.2016, 08:31
RE: dyndns.org - by josep - 10.04.2016, 16:48
RE: dyndns.org - by zoltan - 10.04.2016, 16:58
RE: dyndns.org - by josep - 11.04.2016, 09:06
RE: dyndns.org - by buuuudzik - 09.08.2016, 08:37
RE: dyndns.org - by admin - 09.08.2016, 09:11
RE: dyndns.org - by buuuudzik - 09.08.2016, 09:16
RE: dyndns.org - by mooselight - 23.10.2018, 09:56
RE: dyndns.org - by admin - 09.08.2016, 10:31

Forum Jump: