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.

Dinamic IP
#2
Create a scheduled script that runs every 5 minutes:
Code:
ip = require('ssl.https').request('https://openrb.com/ip/')
if ip then
  grp.checkupdate('0/0/1', ip:trim())
end

Change 0/0/1 as needed, make sure that data type is set to "250 byte string".
Reply


Messages In This Thread
Dinamic IP - by CristianAgata - 03.10.2020, 14:57
RE: Dinamic IP - by admin - 05.10.2020, 06:23
RE: Dinamic IP - by CristianAgata - 05.10.2020, 06:52
RE: Dinamic IP - by d.r soutras - 23.09.2021, 09:55
RE: Dinamic IP - by admin - 23.09.2021, 09:56
RE: Dinamic IP - by admin - 23.09.2021, 10:03
RE: Dinamic IP - by d.r soutras - 23.09.2021, 10:07

Forum Jump: