Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iml885203/freenom-ddns
Synology Freenom DDNS bash script
https://github.com/iml885203/freenom-ddns
bash bash-script ddns dyndns freenom synology
Last synced: 2 months ago
JSON representation
Synology Freenom DDNS bash script
- Host: GitHub
- URL: https://github.com/iml885203/freenom-ddns
- Owner: iml885203
- Created: 2019-03-07T14:06:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T08:30:48.000Z (over 5 years ago)
- Last Synced: 2023-08-13T01:43:59.854Z (over 1 year ago)
- Topics: bash, bash-script, ddns, dyndns, freenom, synology
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Freenom-DDNS
## How to use
### Download
1. Clone or Download the project
2. copy `config.example` to `config`
3. edit `config` and input your freenom `email` `password` `domain_name` `domain_id`you can find `domain_id` on freenom manage domain page.
like: https://my.freenom.com/clientarea.php?action=domaindetails&id={domain_id}### Upload to Synology NAS
1. Log in to DSM
2. open **File Station**
3. create **freenom_ddns** folder in the **download** folder
4. copy all files into **freenom_ddns** folder
### Schedule
1. Go to **Control Panel > Task Scheduler**
2. Create a task. **Create > Triggered Task > User-defined script**
3. input **Task Name**
4. Godo **Task Setting**, Under **Run Command**```
. /volume1/download/freenom_ddns/check.sh
```5. click **OK** and enable it.