#!/bin/sh #================================================== # OS Required: Linux with curl # Description: CloudXNS DDNS on bash # Author: Kuretru # Version: 1.1.160913 # Github: https://github.com/kuretru/CloudXNS-DDNS/ #==================================================
#API Key api_key=""
#Secret Key secret_key=""
#Domain name #e.g. domain="www.cloudxns.net." domain=""
#WAN Network Interface Card #e.g. interface="" -> If it's empty, CloudXNS will automatic get your public IP #or interface="ppp0" -> on tomato #or interface="pppoe-wan1" -> on OpenWRT interface=""