mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00

2. added SCTP protocol and schema support 3. added set of NAS models support (Asustor, ReadyNAS, Drobo, QNAP, WD, Synology, Terramaster) 4. moved to fc00::/7 private segment 5. added Windows, MacOS and Linux UI for peers edit and current status
9 lines
321 B
JavaScript
9 lines
321 B
JavaScript
var ed = {
|
|
partnerId: 1046,
|
|
brand: 'RiV Mesh',
|
|
applicationName: "RiV Mesh Drobo App",
|
|
nasOSName: "Drobo",
|
|
nasVisitEDWebsiteLogin: "https://github.com/RiV-chain/RiV-mesh",
|
|
nasVisitEDWebsiteSignup: "https://github.com/RiV-chain/RiV-mesh",
|
|
nasVisitEDWebsiteLoggedin: "https://github.com/RiV-chain/RiV-mesh"
|
|
};
|