Skip to content

Commit

Permalink
Update start_vpn.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSturtevant authored May 12, 2020
1 parent 8324248 commit 139ed5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start_vpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ setup_nordvpn() {
[[ -n ${DNS} ]] && nordvpn set dns ${DNS//[;,]/ }
[[ -n ${DOCKER_NET} ]] && nordvpn whitelist add subnet ${DOCKER_NET}
[[ -n ${NETWORK} ]] && for net in ${NETWORK//[;,]/ }; do nordvpn whitelist add subnet ${net}; done
[[ -n ${PORTS} ]] && for port in ${PORTS//[;,]/ }; do nordvpn whitelist add port ${port}; done
[[ -n ${DEBUG} ]] && nordvpn -version && nordvpn settings
}

Expand Down

0 comments on commit 139ed5d

Please sign in to comment.