Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Synology DDNS Cloudflare service provider with multidomains and subdomains

NotificationsYou must be signed in to change notification settings

charlesfinley/SynologyDDNSCloudflareMultidomain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

  • A PHP script for Synology DSM which adds Cloudflare DDNS support in your DMS
  • Supports multidomains, subdomains and also regional domains (example: dev.my.domain.com.au, domain.com.uk etc)
  • Easy instalation process
  • Based on CloudFlare API v4

Before start to use this script

  • Have a Cloudflare account with active domains
  • Have A Records

Example

image

Installation

  1. Activate SSH in DMS (Control Panel -> Terminal & SNMP -> Enable SSH service)image

  2. Connect via SSH and execute command

wget https://raw.githubusercontent.com/mrikirill/SynologyDDNSCloudflareMultidomain/master/cloudflare.php -O /usr/syno/bin/ddns/cloudflare.php && sudo chmod 755 /usr/syno/bin/ddns/cloudflare.php
  1. Add Cloudflare to the list of DDNS providers DMS file(Location :/etc.defaults/ddns_provider.conf)
[Cloudflare]  modulepath=/usr/syno/bin/ddns/cloudflare.php  queryurl=https://www.cloudflare.com/
  1. Than go to DMS settingSControl Panel -> External Access -> DDNS and add new DDNS:
  • Select Cloudflare as a service provider
  • Set inhostname field your list of domains divided by--- example:mydoman.com---subdomain.mydomain.com---vpn.mydomain.com or simple:mydomain.com
  • Set your Cloudflare acoount email intoUsername/Email field
  • Set Cloudflare Global API Key intoPassword/Key field (See:https://dash.cloudflare.com/profile/api-tokens)

image

  1. Enjoy 🍺

About

Synology DDNS Cloudflare service provider with multidomains and subdomains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP100.0%

[8]ページ先頭

©2009-2025 Movatter.jp