# dynv6 ddns client **Repository Path**: niurow/ddnsClient ## Basic Information - **Project Name**: dynv6 ddns client - **Description**: No description available - **Primary Language**: TypeScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # This is a dynv6 ddns client build with nodejs. ## How to set up ? First you have to install nodejs. then Run CMD under the current directory use the following command: > npm install After successful installation. you should set up the Configuration. there's a file named **cfg.json** in the **src** directory.
here's the format: ``` { "domain": "your domain", "token": "your token", "interval": 300000, //update interval "error_retry_interval": 10000 //Error retry interval } ``` Then all you have to do is run **ddnsClient.bat**.