mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45: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
359 B
JavaScript
9 lines
359 B
JavaScript
var ed = {
|
|
partnerId: 1950,
|
|
applicationName: 'RiV-Mesh App',
|
|
nasOSName: 'My Cloud OS',
|
|
basicEDWebsite: "https://github.com/RiV-chain/RiV-mesh",
|
|
nasVisitEDWebsiteLogin: "https://github.com/RiV-chain/RiV-mesh",
|
|
nasVisitEDWebsiteSignup: "https://github.com/RiV-chain/RiV-mesh",
|
|
nasVisitEDWebsiteLoggedin: "https://github.com/RiV-chain/RiV-mesh"
|
|
};
|