Skip to content

Console commands #43

Answered by ginodesilva
Kruk79 asked this question in Q&A
Discussion options

You must be logged in to vote

Nordlynx uses wireguard, so you can check with the wireguard commands. Such as "wg"

root@f1cc2202d46f:/# wg
interface: wg0
  public key: XXXX
  private key: (hidden)
  listening port: 51820

peer: XXXXX
  endpoint: 213.232.87.65:51820
  allowed ips: 0.0.0.0/1, 128.0.0.0/1
  latest handshake: 18 seconds ago
  transfer: 4.71 GiB received, 485.02 MiB sent
  persistent keepalive: every 25 seconds
root@f1cc2202d46f:/# 

Also, you can simply use curl ifconfig.me and check the IP address you are using to traverse the Internet. Or curl the nordvpn api: curl https://api.nordvpn.com/vpn/check/full

I have a healthcheck in my compose which checks the status:

healthcheck:
   test: ["CMD-SHELL", "curl …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Kruk79
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants