Skip to content

Commit

Permalink
fix: update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
davlgd committed Feb 3, 2025
1 parent f0ea215 commit 54b7314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ng.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When you create a Network Group, a Wireguard configuration is generated with a c
When an application connects to a Network Group, you can reach it on any port inside a NG through its domain name. Any instance of this application is a peer, you can reach independently through an IP (from the attributed CIDR). It works the same way for add-ons and external resources. During alpha testing phase, only applications are supported.

> [!TIP]
> A Network Group member domain name is composed this way: `<memberID>.m.<ngID>.ng-cc.cloud`
> A Network Group member domain name is composed this way: `<memberID>.m.<ngID>cc-ng.cloud`
## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion src/models/ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { v4 as uuidv4 } from 'uuid';

export const TIMEOUT = 30;
export const INTERVAL = 1000;
export const DOMAIN = 'ng-cc.cloud';
export const DOMAIN = 'cc-ng.cloud';
export const TYPE_PREFIXES = {
app_: 'APPLICATION',
addon_: 'ADDON',
Expand Down

0 comments on commit 54b7314

Please sign in to comment.