Giter VIP home page Giter VIP logo

Comments (6)

seansfkelley avatar seansfkelley commented on August 23, 2024

This might also be a job for https://github.com/seansfkelley/synology-typescript-api.

from nas-download-manager.

seansfkelley avatar seansfkelley commented on August 23, 2024

The available QuickConnect "nameservers" can be fetched with

curl -XPOST https://global.quickconnect.to/Serv.php -d '{"version":1,"command":"get_site_list"}'

then you can ping each one asking for the connection details with

curl -XPOST https://<nameserver>/Serv.php -d '{"version":1,"command":"get_server_info","id":...,"serverID":<your-quickconnect-id>}'

you can ask for a "tunnel" which I take to mean they proxy everything for you

curl -XPOST https://<nameserver>/Serv.php -d '{"version":1,"command":"request_tunnel","id":...,"serverID":<your-quickconnect-id>}'

(where idin the last two is dsm_portal or dsm_portal_https)

You can also ask for multiple commands simultaneously by POSTing an array (like if we want to ask about HTTP and HTTPS at the same time).

from nas-download-manager.

okoetter avatar okoetter commented on August 23, 2024

Any progress on this? As my internet connection is DS Lite and I only habe an IPv6 address and no IPv4 address I need a tunnel like quickconnect.to to access my home NAS from a IPv4 only network like my job's or my cell phone provider's network.

from nas-download-manager.

seansfkelley avatar seansfkelley commented on August 23, 2024

I don't plan on implementing this any time soon, no. To do so would require me to reverse engineer the protocol (as it is not officially documented) as well as rearrange some of the internals, which is a fair bit of work that I unfortunately don't have time for.

from nas-download-manager.

seansfkelley avatar seansfkelley commented on August 23, 2024

Blocked on seansfkelley/synology-typescript-api#3.

from nas-download-manager.

hme31 avatar hme31 commented on August 23, 2024

Would be nice if that could be available as many of us use connection from protected business environnement.

from nas-download-manager.

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.