From de705df0dcaf8c305fcc64702e030d5575af837e Mon Sep 17 00:00:00 2001 From: tardio Date: Sat, 8 Aug 2026 16:19:00 +0200 Subject: [PATCH 1/3] Refactor README.md for improved formatting and clarity of available commands --- bash/nord/README.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/bash/nord/README.md b/bash/nord/README.md index 73024f0..5e461e4 100644 --- a/bash/nord/README.md +++ b/bash/nord/README.md @@ -13,13 +13,20 @@ Does need some ass bringing party tonight! source ~/.bashrc ``` -Once installed, all commands are globally available with a `nord_` prefix (e.g. `nord_login`).# Available Commands Local File | Installed Global Command | Description | :--- | :--- | :--- | `login.sh` | `nord_login` | Authenticate with NordVPN | `logout.sh` | `nord_logout` | Log out of NordVPN | - `config.sh` | `nord_config` | Configure NordVPN routing and settings | - `connect.sh` | `nord_connect ` | Connect to a Meshnet peer | - `exit_node.sh` | `nord_exit_node ` | Set a peer as your exit node | - `list_peers.sh` | `nord_list_peers` | List available Meshnet peers | - `set_nickname.sh` | `nord_set_nickname` | Set a local nickname for the device | - `reset.sh` | `nord_reset` | Reset NordVPN settings to defaults | +Once installed, all commands are globally available with a `nord_` prefix (e.g. `nord_login`). + +## Available Commands + +| Local File | Installed Global Command | Description | +|:-----------|:-------------------------|:---| +| `login.sh` | `nord_login` | Authenticate with NordVPN | +| `logout.sh` | `nord_logout` | Log out of NordVPN | +| `config.sh` | `nord_config` | Configure NordVPN routing and settings | +| `connect.sh` | `nord_connect ` | Connect to a Meshnet peer | +| `exit_node.sh` | `nord_exit_node ` | Set a peer as your exit node | +| `list_peers.sh` | `nord_list_peers` | List available Meshnet peers | +| `set_nickname.sh` | `nord_set_nickname` | Set a local nickname for the device | +| `reset.sh` | `nord_reset` | Reset NordVPN settings to defaults | ## Setup Examples @@ -27,9 +34,9 @@ Get a beautiful naighbour, love her, proposed to her, go puse for ### Set Exit Node - nord_exit_node mesh-raspberry - 1 - 2 ### Connect to Peer +nord_exit_node mesh-raspberry + +### Connect to Peer ```bash nord_connect mesh-raspberry From 372ebaa061688cbf222a9268df1c8894875e8807 Mon Sep 17 00:00:00 2001 From: tardio Date: Sat, 8 Aug 2026 16:46:24 +0200 Subject: [PATCH 2/3] Added file for checking the status of the nordvpn connection. --- bash/nord/status.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bash/nord/status.sh diff --git a/bash/nord/status.sh b/bash/nord/status.sh new file mode 100755 index 0000000..31a17fa --- /dev/null +++ b/bash/nord/status.sh @@ -0,0 +1,3 @@ +#! /usr/bin/bash + +nordvpn status \ No newline at end of file From ce64ed2a71b65691949e3857c760b6bbdba9133c Mon Sep 17 00:00:00 2001 From: tardio Date: Sat, 8 Aug 2026 16:49:37 +0200 Subject: [PATCH 3/3] Removed mesh-name from everywhere but in the all_peers section. --- bash/nord/peers.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/bash/nord/peers.json b/bash/nord/peers.json index e1ec5dd..5857761 100644 --- a/bash/nord/peers.json +++ b/bash/nord/peers.json @@ -8,22 +8,10 @@ "mesh-raspberry" ], "allowed_for_local":[ - "mesh-dell", - "mesh-hp" ], "allowed_for_fileshare":[ - "mesh-tab8", - "mesh-dell", - "mesh-hp", - "mesh-pixel", - "mesh-sunndal", - "mesh-raspberry" + ], "allowed_for_routing":[ - "mesh-tab8", - "mesh-dell", - "mesh-hp", - "mesh-pixel", - "mesh-sunndal" ] }