UNPKG

@oawu/ddns

Version:

🌐 給予我的 IP 一個漂亮的名稱吧 DDNS

17 lines (11 loc) 381 B
/** * @author OA Wu <oawu.tw@gmail.com> * @copyright Copyright (c) 2015 - 2022, @oawu/ddns * @license http://opensource.org/licenses/MIT MIT License * @link https://www.ioa.tw/ */ const DDNS = require('./index.js') const cloudflare = DDNS.Cloudflare('token', 'domain', ['sub']) // DDNS.Watch(cloudflare) // cloudflare.update((error, data) => { // })