Coder Social home page Coder Social logo

Comments (8)

webwude avatar webwude commented on May 27, 2024 2

Another workaround / option is to add another cloudflare entry (as DSM just allows one DDNS entry):

`[Cloudflare2]

modulepath=/usr/syno/bin/ddns/cloudflare.php

queryurl=https://www.cloudflare.com/`

Then you have another 128 characters.

from synologyddnscloudflaremultidomain.

webwude avatar webwude commented on May 27, 2024 1

I added the subdomains to the script but nothing changed. The second workaround of adding a second entry to the dns provider config did not work. When I tried the test connection I got an "Unable to perform operation".

Does the initial entry work? I just checked - both connections, Cloudflare and Cloudfare2 are working fine here.

from synologyddnscloudflaremultidomain.

mrikirill avatar mrikirill commented on May 27, 2024

It seems to be some sort of limitation in DSM for inputs length. You can directly put all your domains into the script to avoid DMS limit. You can modify this line:

$hostnames = (string) $argv[3]; // example: example.com.uk---sundomain.example1.com---example2.com

to put something like this:

$hostnames = "domain1.com---domain2.com---domain3.com---domain4.com";

from synologyddnscloudflaremultidomain.

 avatar commented on May 27, 2024

Thank you both for your time. I'll give these a shot and report back.

from synologyddnscloudflaremultidomain.

 avatar commented on May 27, 2024

I added the subdomains to the script but nothing changed. The second workaround of adding a second entry to the dns provider config did not work. When I tried the test connection I got an "Unable to perform operation".

from synologyddnscloudflaremultidomain.

 avatar commented on May 27, 2024

The first entry worked with 9 subdomains but the second entry with 8 subdomains gave me the error.

from synologyddnscloudflaremultidomain.

webwude avatar webwude commented on May 27, 2024

The first entry worked with 9 subdomains but the second entry with 8 subdomains gave me the error.

How about just trying the second one with one entry to see if this works and then extend it step by step? It works here...

from synologyddnscloudflaremultidomain.

webwude avatar webwude commented on May 27, 2024

Just FYI. I installed an 7.01 update - and afterwards both php and the entries were gone - I had to reenable everything. Now it works again, with both entries.

from synologyddnscloudflaremultidomain.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.