UNPKG

renew-ip

Version:

A module for renewing 4G/LTE IP addresses on tethered Android phones from Node JS.

14 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IPDATA_SERVER_URL = exports.AUTOMATE_SERVER_URL = void 0; /** * Automate api server endpoint. * @type {string} */ exports.AUTOMATE_SERVER_URL = "https://llamalab.com/automate/cloud/message"; /** * IPData api server base url. * @type {string} */ exports.IPDATA_SERVER_URL = "https://api.ipdata.co"; //# sourceMappingURL=constants.js.map