You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Shelby Permissioned Connection.md
+5-34Lines changed: 5 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,43 +23,14 @@ Please follow the [setup](setup.md) instructions before proceeding.
23
23
24
24
The last step in setup was to disconnect from the network. This is to ensure that only one tunnel is open on your machine to DoubleZero, and that tunnel is on the correct network.
25
25
26
-
To configure the DoubleZero Client CLI (`doublezero`) and daemon (`doublezerod`) to connect to **DoubleZero testnet**:
26
+
To configure the DoubleZero Client CLI (`doublezero`) to connect to the Shelby tenant on DoubleZero :
27
27
```bash
28
-
DESIRED_DOUBLEZERO_ENV=testnet \
29
-
DESIRED_TENANT=shelby \
30
-
&& doublezero config set --env $DESIRED_DOUBLEZERO_ENV --tenant $DESIRED_TENANT> /dev/null \
31
-
&&echo"✅ doublezerod configured for environment $DESIRED_DOUBLEZERO_ENV and tenant $DESIRED_TENANT"
28
+
doublezero config set --tenant shelby
32
29
```
33
-
You should see the following output:
34
-
`
35
-
✅ doublezerod configured for environment testnet
36
-
`
37
30
38
-
After about 30 seconds you will see the DoubleZero devices available:
31
+
Apply additional Firewall rules specific to Shelby:
0 commit comments