Skip to content

Commit 81d45d3

Browse files
committed
Update NordVPN to 3.18.4, README
1 parent 6c2a200 commit 81d45d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy
22
LABEL maintainer="Matts Bos - MattsTechInfo"
33

44
# Configure the NordVPN client version to install at build
5-
ARG NORDVPN_CLIENT_VERSION=3.17.4
5+
ARG NORDVPN_CLIENT_VERSION=3.18.4
66

77
# Avoid interactions during build process
88
ARG DEBIAN_FRONTEND=noninteractive

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This (Docker) container provides the official NordVPN client configured for Mesh
1010
> Note: I've created this container for my personal needs, which is to run Meshnet nodes at different locations to be used as outgoing gateways. If you have another use for this container, feel free to let me know or help add functionality if what you are trying to do doesn't work as expected.
1111
1212
## General Meshnet information
13-
Meshnet is a free self hosted VPN network connecting multiple nodes together. It's functionality, provided with the NordVPN application, is available on most platforms, including Android/Google TV. This could potentially make for an excellent Netflix password sharing workaround and viewing your own country's content when abroad, but obviously I would never recommend to do anything against the rules now would I.
13+
Meshnet is a free self hosted VPN network connecting multiple nodes together. It's functionality, provided with the NordVPN application, is available on most platforms, including Android/Google TV. The usecases are extensive, the most popular ones are to access local data/network through Meshnet while having remote clients or setting up an exit node to route all client traffic through a single location.
1414
Read more about Meshnet over here: https://meshnet.nordvpn.com/
1515

1616
## Installation and configuration

0 commit comments

Comments
 (0)