renew-ip
Version:
A module for renewing 4G/LTE IP addresses on tethered Android phones from Node JS.
1 lines • 517 B
Source Map (JSON)
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACU,QAAA,mBAAmB,GAC9B,6CAA6C,CAAA;AAE/C;;;GAGG;AACU,QAAA,iBAAiB,GAAW,uBAAuB,CAAA","sourcesContent":["/**\n * Automate api server endpoint.\n * @type {string}\n */\nexport const AUTOMATE_SERVER_URL: string =\n \"https://llamalab.com/automate/cloud/message\"\n\n/**\n * IPData api server base url.\n * @type {string}\n */\nexport const IPDATA_SERVER_URL: string = \"https://api.ipdata.co\"\n"]}