View update_ip_mydnsjp.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
rem --This Windows Batch file is tells DDNS (MyDNSJP) the global IP address | |
rem --Value | |
set ddnsid=userid | |
set ddnspass=password | |
set ddnsurl=https://www.mydns.jp/directip.html | |
set logfile=mydnsjp.log | |
set gipv4url=https://inet-ip.info/ip |
View rtx_update_myddnsjp.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- This Lua script is tells DDNS (MyDNSJP) the global IP address on the YAMAHA RTX router | |
-- Value | |
ddnsid = "userid" | |
ddnspass = "password" | |
ddnsurl = "https://www.mydns.jp/directip.html" | |
gipv4url = "https://inet-ip.info/ip" | |
msg_prefix = "[DDNS] rtx_update_myddnsjp.lua " | |
-- Get Globle IP address info |