Skip to content

Commit

Permalink
Merge pull request #426 from domb84/master
Browse files Browse the repository at this point in the history
Add support for Meshnet
  • Loading branch information
bubuntux committed May 9, 2024
2 parents 43d88b5 + c0afbda commit a1ca462
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy
LABEL maintainer="Julio Gutierrez julio.guti+nordvpn@pm.me"

ARG NORDVPN_VERSION=3.17.2
ARG NORDVPN_VERSION=3.17.4
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y && \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ services:
* `PORT_RANGE` - Port range to whitelist for both UDP and TCP. For example '- PORT_RANGE=9091 9095'
* `CHECK_CONNECTION_INTERVAL` - Time in seconds to check connection and reconnect if need it. (300 by default) For example '- CHECK_CONNECTION_INTERVAL=600'
* `CHECK_CONNECTION_URL` - URL for checking Internet connection. (www.google.com by default) For example '- CHECK_CONNECTION_URL=www.custom.domain'
* `MESHNET` - Enable or Disable.


# Issues

Expand Down
2 changes: 2 additions & 0 deletions rootfs/usr/bin/nord_config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ nordvpn set technology ${TECHNOLOGY:-NordLynx}
[[ -n ${CYBER_SEC} ]] && nordvpn set cybersec ${CYBER_SEC}
[[ -n ${OBFUSCATE} ]] && nordvpn set obfuscate ${OBFUSCATE}
[[ -n ${FIREWALL} ]] && nordvpn set firewall ${FIREWALL}
[[ -n ${MESHNET} ]] && nordvpn set meshnet ${MESHNET}

#[[ -n ${KILLSWITCH} ]] && nordvpn set killswitch ${KILLSWITCH} Killswitch is enabled by default using iptables

[[ -n ${PROTOCOL} ]] && nordvpn set protocol ${PROTOCOL}
Expand Down

0 comments on commit a1ca462

Please sign in to comment.