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

Appearance settings
dapplion edited this page Jul 24, 2018 · 3 revisions

Extended documentation to the DNP_VPN

Crossbar calls

Reply specifications

The response is a stringified object always contains three keys:

{
  success: true / false
  message: 'Error: package not found'
  result: <object, array or string>
}

VPN procedures

domain: <event>.vpn.dnp.dappnode.eth
event kwargs result
addDevice id {}
removeDevice id {}
toggleAdmin id {}
listDevices - [{ deviceObject }]
getParams - {param: paramValue, ...}
statusUPnP - {openPorts, UPnP, msg}
statusExternalIp - {externalIpResolves, attempts, INT_IP, EXT_IP}

deviceObject

{
    name: 'string',
    password: 'string',
    ip: 'string'
}

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.