[Support] binhex - rTorrentVPN


Recommended Posts

On 9/21/2021 at 1:39 PM, ritty said:

I have tried everything so i want to resort here for a question that hopefully somebody can answer (thanks in advance for the kind soul haha).

 

I setup a subnet for my unraid server. It is 10.0.20.0/24 for the unraid network. My main LAN is 10.0.0.0/24. I have rtorrentvpn running on the unraid network and I fixed the IP to 10.0.20.20. I put the variable LAN_Network = 10.0.20.0/24.

 

What am I doing wrong? I can go to the 10.0.20.20 address in chrome and put in my username + password. It resolves fine! However, when I use sonarr, radarr and all of the other ARR apps, I cannot connect to rtorrent. I have tried putting the name of the container for the host. I have also tried putting the IP itself i.e. 10.0.20.20. The port number is 9080 so I know thats not the issue.

 

I am out of ideas as i have tried a lot of different things. One thing i should mention is that when my unraid server was on my main lan (10.0.0.0/24), I didnt have any issues. I set the IP address fixed for rtorrentVPN to 10.0.0.20 and everything worked perfectly fine. It seems now that it is on a subet of 10.0.20.0/24, the ARR apps cannot communicate with rtorrentvpn anymore.....All of the ARR apps are on the same subnet and they all communicate with each other no problem. Only rtorrentvpn is having issues...

 

Any ideas are appreciated.

Hey guys, wondering if anybody has any ideas to help on this one? Thanks

Link to comment
25 minutes ago, ritty said:

Hey guys, wondering if anybody has any ideas to help on this one? Thanks

* Have you enabled RPC?

* Are you using the RPC username and password to connect from Sonarr / Radarr? (This is set using different environment variables than rutorrent's username password. See Q3 here: https://github.com/binhex/documentation/blob/master/docker/faq/rtorrentvpn.md)

* Assuming that you are also using docker containers for your *arr applications, can you open a shell (docker exec -i -t <container_name> /bin/bash) from one of your containers and ping the rtorrent's container ip? Can your *are applications reach rtorrent's IP address?

* Assuming that you can ping the rtorrent container IP, how are you setting Sonarr's "Download Client" configuration? (See: https://quickbox.io/knowledge-base/how-to-connect-sonarr-radarr-with-rutorrent/)

Link to comment
On 10/9/2021 at 6:04 AM, Cat_Seeder said:

* Have you enabled RPC?

* Are you using the RPC username and password to connect from Sonarr / Radarr? (This is set using different environment variables than rutorrent's username password. See Q3 here: https://github.com/binhex/documentation/blob/master/docker/faq/rtorrentvpn.md)

* Assuming that you are also using docker containers for your *arr applications, can you open a shell (docker exec -i -t <container_name> /bin/bash) from one of your containers and ping the rtorrent's container ip? Can your *are applications reach rtorrent's IP address?

* Assuming that you can ping the rtorrent container IP, how are you setting Sonarr's "Download Client" configuration? (See: https://quickbox.io/knowledge-base/how-to-connect-sonarr-radarr-with-rutorrent/)

 

Thank you for the reply. Very strange: RPC enabled. RPC username and password correct. Pinging from another container works. Can't access the web UI even though the logs show it's loaded....Sooo strange.

 

I think I will just resort to bridge mode for these containers. Appreciate the help.

Link to comment
1 hour ago, ritty said:

 

Thank you for the reply. Very strange: RPC enabled. RPC username and password correct. Pinging from another container works. Can't access the web UI even though the logs show it's loaded....Sooo strange.

 

I think I will just resort to bridge mode for these containers. Appreciate the help.

 When you say "can't access web UI" do you mean that you can't login to rutorrent (port 9080) at all? Or can you login to rutorrent but can't make Sonarr, etc connect go it?

 

One alternative idea to bridge mode would be to use a docker compose file and / or add all containers to the same network. This is what I'm doing at the moment and my containers can reach out to each other via hostname as well as IP (https://docs.docker.com/compose/networking/). My rutorrent container is not even visible to my host. The only container visible to my host is a Nginx container acting as a reverse proxy.

Edited by Cat_Seeder
Link to comment

Anyone else having issues with PIA today?

 

2021-10-11 11:55:29,641 DEBG 'start-script' stdout output:
[warn] Unable to successfully download PIA json to generate token from URL 'https://privateinternetaccess.com/gtoken/generateToken'
[info] 8 retries left
[info] Retrying in 10 secs...

 

Seeing this error on all of the endpoints I have tried (around 10).



Annnnndddd its working again now.    Presumably an issue at PIA.

Edited by dvd.collector
Link to comment
11 hours ago, Cat_Seeder said:

 When you say "can't access web UI" do you mean that you can't login to rutorrent (port 9080) at all? Or can you login to rutorrent but can't make Sonarr, etc connect go it?

 

One alternative idea to bridge mode would be to use a docker compose file and / or add all containers to the same network. This is what I'm doing at the moment and my containers can reach out to each other via hostname as well as IP (https://docs.docker.com/compose/networking/). My rutorrent container is not even visible to my host. The only container visible to my host is a Nginx container acting as a reverse proxy.

Can't access web UI means that when I try to open the container via the unraid GUI, the web page is stuck loading forever and never actually loads. In fact, the login popup doesnt even show up. Thanks for your tip, ill check into that.

Link to comment
On 10/9/2021 at 1:15 PM, ritty said:

I have rtorrentvpn running on the unraid network and I fixed the IP to 10.0.20.20. I put the variable LAN_Network = 10.0.20.0/24.

 

What am I doing wrong? I can go to the 10.0.20.20 address in chrome and put in my username + password. It resolves fine! However, when I use sonarr, radarr and all of the other ARR apps, I cannot connect to rtorrent. I have tried putting the name of the container for the host. I have also tried putting the IP itself i.e. 10.0.20.20. The port number is 9080 so I know thats not the issue.

 

5 hours ago, ritty said:

Can't access web UI means that when I try to open the container via the unraid GUI, the web page is stuck loading forever and never actually loads. In fact, the login popup doesnt even show up. Thanks for your tip, ill check into that.

 

Ok, so are you having a different issue now or have I missinterpreted your original post? From the original post I assumed that rutorrent was accessible.

If the GUI isn't showing up this is very likely a configuration issue in your rtorrentvpn container. By rereading the messages knowing that rutorrent UI isn't accessible, I would assume that either the container is not able to finish starting or you are trying to access it from outside the LAN_NETWORK that you have specified (and thus packages are getting discarded).

 

Is the client (as in, the computer where you are using your browser to access rutorrent) in the 10.0.0.0/24 subnet or in the 10.0.20.0/24 subnet? 

 

Also Follow@binhex's guides and send us some logs if you think that your container is failing to initialise properly.

Link to comment
4 hours ago, Cat_Seeder said:

 

 

Ok, so are you having a different issue now or have I missinterpreted your original post? From the original post I assumed that rutorrent was accessible.

If the GUI isn't showing up this is very likely a configuration issue in your rtorrentvpn container. By rereading the messages knowing that rutorrent UI isn't accessible, I would assume that either the container is not able to finish starting or you are trying to access it from outside the LAN_NETWORK that you have specified (and thus packages are getting discarded).

 

Is the client (as in, the computer where you are using your browser to access rutorrent) in the 10.0.0.0/24 subnet or in the 10.0.20.0/24 subnet? 

 

Also Follow@binhex's guides and send us some logs if you think that your container is failing to initialise properly.

It seems that the clients on the same subnet cannot talk to rtorrent AND the webUI cannot be accessed from a client on the same subnet. However, when I go onto my main LAN (10.0.0.0/24) with my macbook, I can connect to the webUI where rtorrent is on 10.0.20.0/24 subnet.... In the LAN_NETWORK field, I put 10.0.20.0/24 so I am so confused. How is it possible that clients on the same subnet can't even connect but on the main LAN, they can. I am starting to think this issue has to do with my Unifi Router. I checked my firewall settings and everything seems fine. So strange...

Link to comment

what is the difference between:

11 hours ago, ritty said:

clients on the same subnet

and:

11 hours ago, ritty said:

However, when I go onto my main LAN (10.0.0.0/24)

there obviously is a difference but without any detail its hard to say, what is 'the same subnet' ?, are you sharing networks with other containers with the rtorrentvpn network?, are you talking about the docker network?, are you talking about a seperate vlan?, as much technical detail as possible is required here, screenshots of it failing would be useful.

 

11 hours ago, ritty said:

I can connect to the webUI where rtorrent is on 10.0.20.0/24 subnet.... In the LAN_NETWORK field, I put 10.0.20.0/24 so I am so confused. How is it possible that clients on the same subnet can't even connect but on the main LAN, they can.

if a machine running your web browser is NOT in your defined LAN_NETWORK, in your case 10.0.20.0/24 then it will be blocked, this is a security feature of the container and prevents ip leakage, if you have multiple networks then you have to add them into LAN_NETWORK (comma separated). 

 

also please do the following:- https://github.com/binhex/documentation/blob/master/docker/faq/help.md

 

EDIT - ahh i see your more detailed post here, ok let me read up on your comments:-

https://forums.unraid.net/topic/46127-support-binhex-rtorrentvpn/?do=findComment&comment=1042395

 

  • Like 1
Link to comment
On 10/9/2021 at 1:15 PM, ritty said:

I setup a subnet for my unraid server. It is 10.0.20.0/24 for the unraid network. My main LAN is 10.0.0.0/24. I have rtorrentvpn running on the unraid network and I fixed the IP to 10.0.20.20. I put the variable LAN_Network = 10.0.20.0/24.

ok problem 1. (there maybe others), you cannot allocate a static ip for the container that matches your LAN_NETWORK, so either set the container back to the default 'bridge' network and let docker assign an ip to the container, or change the static ip for the container to be in a different network to your main lan and unraid subnet, e.g. create a new docker bridge network and define it as 10.0.30.0/24:-

docker network create --subnet=10.0.30.0/24 vpn-bridge

then set the vpn container to use the 'vpn-bridge' and set the static ip to say 192.168.30.10, if you want to allow ALL hosts on your internal network to have access to the vpn container then set LAN_NETWORK to be 10.0.20.0/24,10.0.0.0/24

 

then for access to the vpn container from sonarr you simply point sonarr at the ip address of your unraid server (not the static ip of the container) and port chosen for the qbittorrent container.

 

in short, set the container to use the default bridge, or create new docker bridge network that is not in the lan range and set the container to use that.

Link to comment
37 minutes ago, binhex said:

ok problem 1. (there maybe others), you cannot allocate a static ip for the container that matches your LAN_NETWORK, so either set the container back to the default 'bridge' network and let docker assign an ip to the container, or change the static ip for the container to be in a different network to your main lan and unraid subnet, e.g. create a new docker bridge network and define it as 10.0.30.0/24:-

docker network create --subnet=10.0.30.0/24 vpn-bridge

then set the vpn container to use the 'vpn-bridge' and set the static ip to say 192.168.30.10, if you want to allow ALL hosts on your internal network to have access to the vpn container then set LAN_NETWORK to be 10.0.20.0/24,10.0.0.0/24

 

then for access to the vpn container from sonarr you simply point sonarr at the ip address of your unraid server (not the static ip of the container) and port chosen for the qbittorrent container.

 

in short, set the container to use the default bridge, or create new docker bridge network that is not in the lan range and set the container to use that.

Thank you so much @binhex. That post is much appreciated! I am going to make the new network that you defined :) Your work is so appreciated! Cheers

Link to comment
  • 2 weeks later...

Hello everyone,

I can't get rtorrentvpn to work with wireguard while with openvpn it works.

I tried a whole bunch of configuration without success.

My server is a QNAP NAS and the VPN provider is PIA.

 

My docker-compose config:

 

services:
  rtorrentvpn:
    image: binhex/arch-rtorrentvpn
    container_name: rtorrentvpn

    networks:
     - docker
    privileged: true
    cap_add:
      - SYS_MODULE
    environment:
      - VPN_ENABLED=yes
      - VPN_USER=xxxxxxxx
      - VPN_PASS=xxxxxxxxx
      - VPN_PROV=pia
      - VPN_CLIENT=wireguard
      - STRICT_PORT_FORWARD=yes
      - ENABLE_PRIVOXY=no
      - ENABLE_AUTODL_IRSSI=yes
      - ENABLE_RPC2=yes
      - ENABLE_RPC2_AUTH=yes
      - ENABLE_WEBUI_AUTH=yes
      - RPC2_USER=xxxxxxxx
      - RPC2_PASS=xxxxxxxxx
      - WEBUI_USER=xxxxxxxxx
      - WEBUI_PASS=xxxxxxxxx
      - LAN_NETWORK=192.168.2.0/24
      - NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1
      - VPN_INPUT_PORTS=
      - VPN_OUTPUT_PORTS=
      - DEBUG=true
      - PHP_TZ=Europe/Paris
      - UMASK=000
      - PUID=1000
      - PGID=100
    sysctls:
      - net.ipv4.conf.all.src_valid_mark=1
    volumes:
      - /lib/modules:/lib/modules
      - /share/Download/data:/data
      - /share/Container/rtorrentvpn/config:/config
      - /etc/localtime:/etc/localtime:ro
    ports:
      - 9080:9080
      - 5443:9443
      - 51820:51820/udp
    restart: unless-stopped
    
networks:
  docker:
    external: true

 

Created by...
___.   .__       .__                   
\_ |__ |__| ____ |  |__   ____ ___  ___
 | __ \|  |/    \|  |  \_/ __ \\  \/  /
 | \_\ \  |   |  \   Y  \  ___/ >    <
 |___  /__|___|  /___|  /\___  >__/\_ \
     \/        \/     \/     \/      \/
   https://hub.docker.com/u/binhex/

2021-10-25 22:09:23.408986 [info] System information Linux 1fe57956d5fa 5.10.60-qnap #1 SMP Fri Oct 1 01:44:45 CST 2021 x86_64 GNU/Linux
2021-10-25 22:09:23.549510 [info] OS_ARCH defined as 'x86-64'
2021-10-25 22:09:23.763719 [info] PUID defined as '1000'
2021-10-25 22:09:24.080910 [info] PGID defined as '100'
2021-10-25 22:09:24.597148 [info] UMASK defined as '000'
2021-10-25 22:09:24.714128 [info] Permissions already set for volume mappings
2021-10-25 22:09:24.874533 [info] Deleting files in /tmp (non recursive)...
2021-10-25 22:09:25.003614 [info] VPN_ENABLED defined as 'yes'
2021-10-25 22:09:25.175249 [info] VPN_CLIENT defined as 'wireguard'
2021-10-25 22:09:25.284990 [info] VPN_PROV defined as 'pia'
2021-10-25 22:09:26.039396 [info] WireGuard config file (conf extension) is located at /config/wireguard/wg0.conf
2021-10-25 22:09:26.207403 [info] VPN_REMOTE_SERVER defined as 'france.privacy.network'
2021-10-25 22:09:26.345617 [info] VPN_REMOTE_PORT defined as '1337'
2021-10-25 22:09:26.419867 [info] VPN_DEVICE_TYPE defined as 'wg0'
2021-10-25 22:09:26.488801 [info] VPN_REMOTE_PROTOCOL defined as 'udp'
2021-10-25 22:09:26.564654 [info] LAN_NETWORK defined as '192.168.2.0/24'
2021-10-25 22:09:26.642817 [info] NAME_SERVERS defined as '209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1'
2021-10-25 22:09:26.728716 [info] VPN_USER defined as 'xxxxxxxxxxxxxxxx'
2021-10-25 22:09:26.813328 [info] VPN_PASS defined as 'xxxxxxxxxxxxxxxxxx
2021-10-25 22:09:26.893790 [info] STRICT_PORT_FORWARD defined as 'yes'
2021-10-25 22:09:26.971133 [info] ENABLE_PRIVOXY defined as 'no'
2021-10-25 22:09:27.052932 [info] VPN_INPUT_PORTS not defined (via -e VPN_INPUT_PORTS), skipping allow for custom incoming ports
2021-10-25 22:09:27.132463 [info] VPN_OUTPUT_PORTS not defined (via -e VPN_OUTPUT_PORTS), skipping allow for custom outgoing ports
2021-10-25 22:09:27.205218 [info] ENABLE_AUTODL_IRSSI defined as 'yes'
2021-10-25 22:09:27.278882 [info] ENABLE_RPC2 defined as 'yes'
2021-10-25 22:09:27.355462 [info] ENABLE_RPC2_AUTH defined as 'yes'
2021-10-25 22:09:27.434311 [info] RPC2_USER defined as 'julien'
2021-10-25 22:09:27.510934 [info] RPC2_PASS defined as 'julien69@'
2021-10-25 22:09:27.586482 [info] ENABLE_WEBUI_AUTH defined as 'yes'
2021-10-25 22:09:27.660855 [info] WEBUI_USER defined as 'julien'
2021-10-25 22:09:27.734988 [info] WEBUI_PASS defined as 'julien69@'
2021-10-25 22:09:27.874359 [info] Starting Supervisor...
2021-10-25 22:09:28,409 INFO Included extra file "/etc/supervisor/conf.d/rtorrent.conf" during parsing
2021-10-25 22:09:28,409 INFO Set uid to user 0 succeeded
2021-10-25 22:09:28,420 INFO supervisord started with pid 9
2021-10-25 22:09:29,424 INFO spawned: 'logrotate-script' with pid 190
2021-10-25 22:09:29,430 INFO spawned: 'pyrocore-script' with pid 191
2021-10-25 22:09:29,435 INFO spawned: 'rutorrent-script' with pid 192
2021-10-25 22:09:29,445 INFO spawned: 'shutdown-script' with pid 193
2021-10-25 22:09:29,449 INFO spawned: 'start-script' with pid 194
2021-10-25 22:09:29,456 INFO spawned: 'watchdog-script' with pid 196
2021-10-25 22:09:29,457 INFO reaped unknown pid 10 (exit status 0)
2021-10-25 22:09:29,488 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN

2021-10-25 22:09:29,489 INFO success: logrotate-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2021-10-25 22:09:29,489 INFO success: pyrocore-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2021-10-25 22:09:29,492 INFO success: rutorrent-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2021-10-25 22:09:29,492 INFO success: shutdown-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2021-10-25 22:09:29,492 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2021-10-25 22:09:29,493 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2021-10-25 22:09:29,494 DEBG 'start-script' stdout output:
[debug] Environment variables defined as follows
ADDITIONAL_PORTS=
APPLICATION=rtorrent
BASH=/bin/bash
BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
BASH_ALIASES=()
BASH_ARGC=()
BASH_ARGV=()
BASH_CMDS=()
BASH_LINENO=([0]="0")
BASH_SOURCE=([0]="/root/start.sh")
BASH_VERSINFO=([0]="5" [1]="1" [2]="4" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu")
BASH_VERSION='5.1.4(1)-release'
DEBUG=true
DIRSTACK=()
ENABLE_AUTODL_IRSSI=yes
ENABLE_PRIVOXY=no
ENABLE_RPC2=yes
ENABLE_RPC2_AUTH=yes
ENABLE_WEBUI_AUTH=yes
EUID=0
GROUPS=()
HOME=/home/nobody
HOSTNAME=1fe57956d5fa
HOSTTYPE=x86_64
IFS=$' \t\n'
LANG=en_GB.UTF-8
LAN_NETWORK=192.168.2.0/24
MACHTYPE=x86_64-pc-linux-gnu
NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
OS_ARCH=x86-64
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/nobody/bin
PGID=100
PHP_TZ=Europe/Paris
PIA_VPNINFO_API=$'{"groups": {"ovpntcp": [{"name": "openvpn_tcp", "ports": [80, 443, 853, 8443]}], "ovpnudp": [{"name": "openvpn_udp", "ports": [8080, 853, 123, 53]}], "wg": [{"name": "wireguard", "ports": [1337]}], "ikev2": [{"name": "ikev2", "ports": [500, 4500]}], "proxysocks": [{"name": "socks", "ports": [1080]}], "proxyss": [{"name": "shadowsocks", "ports": [443]}], "meta": [{"name": "meta", "ports": [443, 8080]}]}, "regions": [{"id": "al", "name": "Albania", "country": "AL", "auto_region": true, "dns": "al.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "31.171.154.70", "cn": "tirana403"}], "ovpntcp": [{"ip": "31.171.154.77", "cn": "tirana403"}], "ikev2": [{"ip": "31.171.154.71", "cn": "tirana403"}], "wg": [{"ip": "31.171.154.74", "cn": "tirana403"}], "meta": [{"ip": "31.171.154.66", "cn": "tirana403"}]}}, {"id": "ad", "name": "Andorra", "country": "AD", "auto_region": true, "dns": "ad.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "188.241.82.10", "cn": "andorra403"}], "ovpntcp": [{"ip": "188.241.82.10", "cn": "andorra403"}], "ikev2": [{"ip": "188.241.82.11", "cn": "andorra403"}], "wg": [{"ip": "188.241.82.10", "cn": "andorra403"}], "meta": [{"ip": "188.241.82.2", "cn": "andorra403"}]}}, {"id": "austria", "name": "Austria", "country": "AT", "auto_region": true, "dns": "austria.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "156.146.60.18", "cn": "vienna402"}], "ovpntcp": [{"ip": "156.146.60.18", "cn": "vienna402"}], "ikev2": [{"ip": "156.146.60.31", "cn": "vienna402"}], "wg": [{"ip": "156.146.60.18", "cn": "vienna402"}], "meta": [{"ip": "156.146.60.1", "cn": "vienna402"}]}}, {"id": "belgium", "name": "Belgium", "country": "BE", "auto_region": true, "dns": "brussels.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "5.253.205.146", "cn": "brussels403"}], "ovpntcp": [{"ip": "5.253.205.147", "cn": "brussels403"}], "ikev2": [{"ip": "5.253.205.151", "cn": "brussels403"}], "wg": [{"ip": "5.253.205.154", "cn": "brussels403"}], "meta": [{"ip": "185.232.21.28", "cn": "brussels403"}]}}, {"id": "ba", "name": "Bosnia and Herzegovina", "country": "BA", "auto_region": true, "dns": "ba.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "185.212.111.89", "cn": "sarajevo401"}], "ovpntcp": [{"ip": "185.212.111.75", "cn": "sarajevo401"}], "ikev2": [{"ip": "185.212.111.82", "cn": "sarajevo401"}], "wg": [{"ip": "185.212.111.84", "cn": "sarajevo401"}], "meta": [{"ip": "185.164.35.73", "cn": "sarajevo401"}]}}, {"id": "sofia", "name": "Bulgaria", "country": "BG", "auto_region": true, "dns": "sofia.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "37.19.203.137", "cn": "sofia404"}], "ovpntcp": [{"ip": "37.19.203.137", "cn": "sofia404"}], "ikev2": [{"ip": "37.19.203.131", "cn": "sofia404"}], "wg": [{"ip": "37.19.203.137", "cn": "sofia404"}], "meta": [{"ip": "37.19.203.129", "cn": "sofia404"}]}}, {"id": "zagreb", "name": "Croatia", "country": "HR", "auto_region": true, "dns": "zagreb.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "146.70.8.140", "cn": "zagreb402"}], "ovpntcp": [{"ip": "146.70.8.144", "cn": "zagreb402"}], "ikev2": [{"ip": "146.70.8.141", "cn": "zagreb402"}], "wg": [{"ip": "146.70.8.144", "cn": "zagreb402"}], "meta": [{"ip": "146.70.8.130", "cn": "zagreb402"}]}}, {"id": "czech", "name": "Czech Republic", "country": "CZ", "auto_region": true, "dns": "czech.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "212.102.39.213", "cn": "prague403"}], "ovpntcp": [{"ip": "212.102.39.216", "cn": "prague403"}], "ikev2": [{"ip": "212.102.39.212", "cn": "prague403"}], "wg": [{"ip": "212.102.39.216", "cn": "prague403"}], "meta": [{"ip": "212.102.39.65", "cn": "prague403"}]}}, {"id": "denmark", "name": "DK Copenhagen", "country": "DK", "auto_region": true, "dns": "denmark.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "188.126.94.45", "cn": "copenhagen405"}], "ovpntcp": [{"ip": "188.126.94.45", "cn": "copenhagen405"}], "ikev2": [{"ip": "188.126.94.52", "cn": "copenhagen405"}], "wg": [{"ip": "188.126.94.48", "cn": "copenhagen405"}], "meta": [{"ip": "188.126.94.34", "cn": "copenhagen405"}]}}, {"id": "denmark_2", "name": "DK Streaming Optimized", "country": "DK", "auto_region": false, "dns": "denmark-2.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "46.246.106.38", "cn": "copenhagen408"}], "ovpntcp": [{"ip": "46.246.106.37", "cn": "copenhagen408"}], "ikev2": [{"ip": "46.246.106.42", "cn": "copenhagen408"}], "wg": [{"ip": "46.246.106.45", "cn": "copenhagen408"}], "meta": [{"ip": "46.246.106.34", "cn": "copenhagen408"}]}}, {"id": "ee", "name": "Estonia", "country": "EE", "auto_region": true, "dns": "ee.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "95.153.32.173", "cn": "talinn404"}], "ovpntcp": [{"ip": "95.153.32.164", "cn": "talinn404"}], "ikev2": [{"ip": "95.153.32.172", "cn": "talinn404"}], "wg": [{"ip": "95.153.32.164", "cn": "talinn404"}], "meta": [{"ip": "95.153.32.162", "cn": "talinn404"}]}}, {"id": "fi", "name": "FI Helsinki", "country": "FI", "auto_region": true, "dns": "fi.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "188.126.89.83", "cn": "helsinki404"}], "ovpntcp": [{"ip": "188.126.89.78", "cn": "helsinki404"}], "ikev2": [{"ip": "188.126.89.82", "cn": "helsinki404"}], "wg": [{"ip": "188.126.89.84", "cn": "helsinki404"}], "meta": [{"ip": "188.126.89.66", "cn": "helsinki404"}]}}, {"id": "fi_2", "name": "FI Streaming Optimized", "country": "FI", "auto_region": false, "dns": "fi-2.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "188.126.89.27", "cn": "helsinki401"}], "ovpntcp": [{"ip": "188.126.89.8", "cn": "helsinki401"}], "ikev2": [{"ip": "188.126.89.21", "cn": "helsinki401"}], "wg": [{"ip": "188.126.89.27", "cn": "helsinki401"}], "meta": [{"ip": "188.126.89.2", "cn": "helsinki401"}]}}, {"id": "france", "name": "France", "country": "FR", "auto_region": true, "dns": "france.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "191.101.217.28", "cn": "paris410"}], "ovpntcp": [{"ip": "191.101.217.40", "cn": "paris410"}], "ikev2": [{"ip": "191.101.217.32", "cn": "paris410"}], "wg": [{"ip": "191.101.217.38", "cn": "paris410"}], "meta": [{"ip": "191.101.217.2", "cn": "paris410"}]}}, {"id": "de_berlin", "name": "DE Berlin", "country": "DE", "auto_region": true, "dns": "de-berlin.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "154.13.1.149", "cn": "berlin425"}], "ovpntcp": [{"ip": "154.13.1.144", "cn": "berlin425"}], "ikev2": [{"ip": "154.13.1.141", "cn": "berlin425"}], "wg": [{"ip": "154.13.1.144", "cn": "berlin425"}], "meta": [{"ip": "154.13.1.138", "cn": "berlin425"}]}}, {"id": "de-frankfurt", "name": "DE Frankfurt", "country": "DE", "auto_region": true, "dns": "de-frankfurt.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "138.199.18.147", "cn": "frankfurt407"}], "ovpntcp": [{"ip": "138.199.18.153", "cn": "frankfurt407"}], "ikev2": [{"ip": "138.199.18.132", "cn": "frankfurt407"}], "wg": [{"ip": "138.199.18.147", "cn": "frankfurt407"}], "meta": [{"ip": "138.199.18.129", "cn": "frankfurt407"}]}}, {"id": "gr", "name": "Greece", "country": "GR", "auto_region": true, "dns": "gr.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "154.57.3.84", "cn": "athens401"}], "ovpntcp": [{"ip": "154.57.3.79", "cn": "athens401"}], "ikev2": [{"ip": "154.57.3.82", "cn": "athens401"}], "wg": [{"ip": "154.57.3.76", "cn": "athens401"}], "meta": [{"ip": "154.57.3.75", "cn": "athens401"}]}}, {"id": "hungary", "name": "Hungary", "country": "HU", "auto_region": true, "dns": "hungary.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "86.106.74.116", "cn": "budapest402"}], "ovpntcp": [{"ip": "86.106.74.123", "cn": "budapest402"}], "ikev2": [{"ip": "86.106.74.121", "cn": "budapest402"}], "wg": [{"ip": "86.106.74.116", "cn": "budapest402"}], "meta": [{"ip": "185.189.114.98", "cn": "budapest402"}]}}, {"id": "is", "name": "Iceland", "country": "IS", "auto_region": true, "dns": "is.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "45.133.193.85", "cn": "reykjavik402"}], "ovpntcp": [{"ip": "45.133.193.85", "cn": "reykjavik402"}], "ikev2": [{"ip": "45.133.193.62", "cn": "reykjavik404"}], "wg": [{"ip": "45.133.193.59", "cn": "reykjavik404"}], "meta": [{"ip": "45.133.193.82", "cn": "reykjavik402"}]}}, {"id": "ireland", "name": "Ireland", "country": "IE", "auto_region": true, "dns": "ireland.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "193.56.252.227", "cn": "dublin407"}], "ovpntcp": [{"ip": "193.56.252.227", "cn": "dublin407"}], "ikev2": [{"ip": "193.56.252.231", "cn": "dublin407"}], "wg": [{"ip": "193.56.252.228", "cn": "dublin407"}], "meta": [{"ip": "193.56.252.226", "cn": "dublin407"}]}}, {"id": "man", "name": "Isle of Man", "country": "IM", "auto_region": true, "dns": "man.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "91.90.124.8", "cn": "douglas403"}], "ovpntcp": [{"ip": "91.90.124.8", "cn": "douglas403"}], "ikev2": [{"ip": "91.90.124.11", "cn": "douglas403"}], "wg": [{"ip": "91.90.124.8", "cn": "douglas403"}], "meta": [{"ip": "91.90.124.2", "cn": "douglas403"}]}}, {"id": "italy", "name": "IT Milano", "country": "IT", "auto_region": true, "dns": "italy.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "156.146.41.204", "cn": "milano404"}], "ovpntcp": [{"ip": "156.146.41.219", "cn": "milano404"}], "ikev2": [{"ip": "156.146.41.202", "cn": "milano404"}], "wg": [{"ip": "156.146.41.199", "cn": "milano404"}], "meta": [{"ip": "156.146.41.193", "cn": "milano404"}]}}, {"id": "italy_2", "name": "IT Streaming Optimized", "country": "IT", "auto_region": false, "dns": "italy-2.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "138.199.54.36", "cn": "milano405"}], "ovpntcp": [{"ip": "138.199.54.43", "cn": "milano405"}], "ikev2": [{"ip": "138.199.54.41", "cn": "milano405"}], "wg": [{"ip": "138.199.54.36", "cn": "milano405"}], "meta": [{"ip": "138.199.54.33", "cn": "milano405"}]}}, {"id": "lv", "name": "Latvia", "country": "LV", "auto_region": true, "dns": "lv.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "109.248.149.4", "cn": "riga401"}], "ovpntcp": [{"ip": "109.248.149.4", "cn": "riga401"}], "ikev2": [{"ip": "109.248.149.11", "cn": "riga401"}], "wg": [{"ip": "109.248.149.10", "cn": "riga401"}], "meta": [{"ip": "109.248.149.2", "cn": "riga401"}]}}, {"id": "liechtenstein", "name": "Liechtenstein", "country": "LI", "auto_region": true, "dns": "liechtenstein.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "91.90.122.16", "cn": "liechtenstein403"}], "ovpntcp": [{"ip": "91.90.122.13", "cn": "liechtenstein403"}], "ikev2": [{"ip": "91.90.122.12", "cn": "liechtenstein403"}], "wg": [{"ip": "91.90.122.18", "cn": "liechtenstein403"}], "meta": [{"ip": "91.90.122.2", "cn": "liechtenstein403"}]}}, {"id": "lt", "name": "Lithuania", "country": "LT", "auto_region": true, "dns": "lt.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "194.32.122.46", "cn": "vilnius401"}], "ovpntcp": [{"ip": "194.32.122.50", "cn": "vilnius401"}], "ikev2": [{"ip": "194.32.122.52", "cn": "vilnius401"}], "wg": [{"ip": "194.32.122.46", "cn": "vilnius401"}], "meta": [{"ip": "194.32.122.45", "cn": "vilnius401"}]}}, {"id": "lu", "name": "Luxembourg", "country": "LU", "auto_region": true, "dns": "lu.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "5.253.204.137", "cn": "luxembourg406"}], "ovpntcp": [{"ip": "5.253.204.140", "cn": "luxembourg406"}], "ikev2": [{"ip": "5.253.204.132", "cn": "luxembourg406"}], "wg": [{"ip": "5.253.204.139", "cn": "luxembourg406"}], "meta": [{"ip": "5.253.204.130", "cn": "luxembourg406"}]}}, {"id": "mk", "name": "Macedonia", "country": "MK", "auto_region": true, "dns": "mk.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "185.225.28.133", "cn": "macedonia402"}], "ovpntcp": [{"ip": "185.225.28.140", "cn": "macedonia402"}], "ikev2": [{"ip": "185.225.28.132", "cn": "macedonia402"}], "wg": [{"ip": "185.225.28.140", "cn": "macedonia402"}], "meta": [{"ip": "185.225.28.130", "cn": "macedonia402"}]}}, {"id": "malta", "name": "Malta", "country": "MT", "auto_region": true, "dns": "malta.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "176.125.230.39", "cn": "malta405"}], "ovpntcp": [{"ip": "176.125.230.34", "cn": "malta405"}], "ikev2": [{"ip": "176.125.230.32", "cn": "malta405"}], "wg": [{"ip": "176.125.230.36", "cn": "malta405"}], "meta": [{"ip": "176.125.230.29", "cn": "malta405"}]}}, {"id": "md", "name": "Moldova", "country": "MD", "auto_region": true, "dns": "md.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "178.175.129.37", "cn": "chisinau401"}], "ovpntcp": [{"ip": "178.175.129.40", "cn": "chisinau401"}], "ikev2": [{"ip": "178.175.129.41", "cn": "chisinau401"}], "wg": [{"ip": "178.175.129.43", "cn": "chisinau401"}], "meta": [{"ip": "178.175.129.34", "cn": "chisinau401"}]}}, {"id": "monaco", "name": "Monaco", "country": "MC", "auto_region": true, "dns": "monaco.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "95.181.233.5", "cn": "monaco403"}], "ovpntcp": [{"ip": "95.181.233.7", "cn": "monaco403"}], "ikev2": [{"ip": "95.181.233.12", "cn": "monaco403"}], "wg": [{"ip": "95.181.233.5", "cn": "monaco403"}], "meta": [{"ip": "95.181.233.2", "cn": "monaco403"}]}}, {"id": "montenegro", "name": "Montenegro", "country": "ME", "auto_region": true, "dns": "montenegro.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "176.125.229.10", "cn": "montenegro403"}], "ovpntcp": [{"ip": "176.125.229.7", "cn": "montenegro403"}], "ikev2": [{"ip": "176.125.229.12", "cn": "montenegro403"}], "wg": [{"ip": "176.125.229.4", "cn": "montenegro403"}], "meta": [{"ip": "176.125.229.2", "cn": "montenegro403"}]}}, {"id": "nl_amsterdam", "name": "Netherlands", "country": "NL", "auto_region": true, "dns": "nl-amsterdam.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "191.96.168.238", "cn": "amsterdam433"}], "ovpntcp": [{"ip": "191.96.168.238", "cn": "amsterdam433"}], "ikev2": [{"ip": "191.96.168.212", "cn": "amsterdam433"}], "wg": [{"ip": "191.96.168.238", "cn": "amsterdam433"}], "meta": [{"ip": "191.96.168.6", "cn": "amsterdam433"}]}}, {"id": "no", "name": "Norway", "country": "NO", "auto_region": true, "dns": "no.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "46.246.122.55", "cn": "oslo401"}], "ovpntcp": [{"ip": "46.246.122.54", "cn": "oslo401"}], "ikev2": [{"ip": "46.246.122.41", "cn": "oslo401"}], "wg": [{"ip": "46.246.122.36", "cn": "oslo401"}], "meta": [{"ip": "46.246.122.34", "cn": "oslo401"}]}}, {"id": "poland", "name": "Poland", "country": "PL", "auto_region": true, "dns": "poland.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "138.199.59.36", "cn": "warsaw410"}], "ovpntcp": [{"ip": "138.199.59.47", "cn": "warsaw410"}], "ikev2": [{"ip": "138.199.59.42", "cn": "warsaw410"}], "wg": [{"ip": "138.199.59.56", "cn": "warsaw410"}], "meta": [{"ip": "138.199.59.33", "cn": "warsaw410"}]}}, {"id": "pt", "name": "Portugal", "country": "PT", "auto_region": true, "dns": "pt.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "146.70.59.30", "cn": "lisbon405"}], "ovpntcp": [{"ip": "146.70.59.19", "cn": "lisbon405"}], "ikev2": [{"ip": "146.70.59.11", "cn": "lisbon405"}], "wg": [{"ip": "146.70.59.29", "cn": "lisbon405"}], "meta": [{"ip": "146.70.59.2", "cn": "lisbon405"}]}}, {"id": "ro", "name": "Romania", "country": "RO", "auto_region": true, "dns": "ro.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "143.244.54.83", "cn": "romania408"}], "ovpntcp": [{"ip": "143.244.54.69", "cn": "romania408"}], "ikev2": [{"ip": "143.244.54.72", "cn": "romania408"}], "wg": [{"ip": "143.244.54.68", "cn": "romania408"}], "meta": [{"ip": "143.244.54.60", "cn": "romania408"}]}}, {"id": "rs", "name": "Serbia", "country": "RS", "auto_region": true, "dns": "rs.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "146.70.54.24", "cn": "belgrade403"}], "ovpntcp": [{"ip": "146.70.54.20", "cn": "belgrade403"}], "ikev2": [{"ip": "146.70.54.22", "cn": "belgrade403"}], "wg": [{"ip": "146.70.54.28", "cn": "belgrade403"}], "meta": [{"ip": "146.70.54.18", "cn": "belgrade403"}]}}, {"id": "sk", "name": "Slovakia", "country": "SK", "auto_region": true, "dns": "sk.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "37.120.221.88", "cn": "bratislava401"}], "ovpntcp": [{"ip": "37.120.221.83", "cn": "bratislava401"}], "ikev2": [{"ip": "37.120.221.92", "cn": "bratislava401"}], "wg": [{"ip": "37.120.221.87", "cn": "bratislava401"}], "meta": [{"ip": "37.120.221.82", "cn": "bratislava401"}]}}, {"id": "spain", "name": "Spain", "country": "ES", "auto_region": true, "dns": "spain.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "195.181.167.40", "cn": "madrid401"}], "ovpntcp": [{"ip": "212.102.49.74", "cn": "madrid401"}], "ikev2": [{"ip": "195.181.167.42", "cn": "madrid401"}], "wg": [{"ip": "212.102.49.74", "cn": "madrid401"}], "meta": [{"ip": "195.181.167.33", "cn": "madrid401"}]}}, {"id": "sweden", "name": "SE Stockholm", "country": "SE", "auto_region": true, "dns": "sweden.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "195.246.120.19", "cn": "stockholm401"}], "ovpntcp": [{"ip": "195.246.120.19", "cn": "stockholm401"}], "ikev2": [{"ip": "195.246.120.21", "cn": "stockholm401"}], "wg": [{"ip": "195.246.120.5", "cn": "stockholm401"}], "meta": [{"ip": "46.246.3.4", "cn": "stockholm401"}]}}, {"id": "sweden_2", "name": "SE Streaming Optimized", "country": "SE", "auto_region": false, "dns": "sweden-2.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "46.246.41.165", "cn": "stockholm407"}], "ovpntcp": [{"ip": "46.246.41.174", "cn": "stockholm407"}], "ikev2": [{"ip": "46.246.41.172", "cn": "stockholm407"}], "wg": [{"ip": "46.246.41.168", "cn": "stockholm407"}], "meta": [{"ip": "46.246.41.164", "cn": "stockholm407"}]}}, {"id": "swiss", "name": "Switzerland", "country": "CH", "auto_region": true, "dns": "swiss.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "212.102.37.189", "cn": "zurich402"}], "ovpntcp": [{"ip": "212.102.37.189", "cn": "zurich402"}], "ikev2": [{"ip": "212.102.37.202", "cn": "zurich402"}], "wg": [{"ip": "212.102.37.180", "cn": "zurich402"}], "meta": [{"ip": "212.102.37.176", "cn": "zurich402"}]}}, {"id": "ua", "name": "Ukraine", "country": "UA", "auto_region": true, "dns": "ua.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "156.146.50.183", "cn": "kiev406"}], "ovpntcp": [{"ip": "156.146.50.165", "cn": "kiev406"}], "ikev2": [{"ip": "156.146.50.182", "cn": "kiev406"}], "wg": [{"ip": "156.146.50.165", "cn": "kiev406"}], "meta": [{"ip": "156.146.50.159", "cn": "kiev406"}]}}, {"id": "uk", "name": "UK London", "country": "GB", "auto_region": true, "dns": "uk-london.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "194.110.13.14", "cn": "london408"}], "ovpntcp": [{"ip": "194.110.13.4", "cn": "london408"}], "ikev2": [{"ip": "194.110.13.11", "cn": "london408"}], "wg": [{"ip": "194.110.13.27", "cn": "london408"}], "meta": [{"ip": "194.110.13.2", "cn": "london408"}]}}, {"id": "uk_southampton", "name": "UK Southampton", "country": "GB", "auto_region": true, "dns": "uk-southampton.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "143.244.37.74", "cn": "southampton403"}], "ovpntcp": [{"ip": "143.244.37.74", "cn": "southampton403"}], "ikev2": [{"ip": "143.244.37.72", "cn": "southampton403"}], "wg": [{"ip": "143.244.37.79", "cn": "southampton403"}], "meta": [{"ip": "143.244.37.60", "cn": "southampton403"}]}}, {"id": "uk_manchester", "name": "UK Manchester", "country": "GB", "auto_region": true, "dns": "uk-manchester.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "45.133.172.50", "cn": "manchester420"}], "ovpntcp": [{"ip": "45.133.172.60", "cn": "manchester420"}], "ikev2": [{"ip": "45.133.172.61", "cn": "manchester420"}], "wg": [{"ip": "45.133.172.56", "cn": "manchester420"}], "meta": [{"ip": "45.133.172.34", "cn": "manchester420"}]}}, {"id": "uk_2", "name": "UK Streaming Optimized", "country": "GB", "auto_region": false, "dns": "uk-2.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "138.199.29.132", "cn": "london429"}], "ovpntcp": [{"ip": "138.199.29.133", "cn": "london429"}], "ikev2": [{"ip": "138.199.29.131", "cn": "london429"}], "wg": [{"ip": "138.199.29.131", "cn": "london429"}], "meta": [{"ip": "138.199.29.129", "cn": "london429"}]}}, {"id": "bahamas", "name": "Bahamas", "country": "BS", "auto_region": true, "dns": "bahamas.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "95.181.238.36", "cn": "bahamas405"}], "ovpntcp": [{"ip": "95.181.238.27", "cn": "bahamas405"}], "ikev2": [{"ip": "95.181.238.31", "cn": "bahamas405"}], "wg": [{"ip": "95.181.238.36", "cn": "bahamas405"}], "meta": [{"ip": "95.181.238.26", "cn": "bahamas405"}]}}, {"id": "ca_toronto", "name": "CA Toronto", "country": "CA", "auto_region": true, "dns": "ca-toronto.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "154.3.40.83", "cn": "toronto416"}], "ovpntcp": [{"ip": "154.3.40.83", "cn": "toronto416"}], "ikev2": [{"ip": "154.3.40.91", "cn": "toronto416"}], "wg": [{"ip": "154.3.40.67", "cn": "toronto416"}], "meta": [{"ip": "154.3.40.64", "cn": "toronto416"}]}}, {"id": "ca", "name": "CA Montreal", "country": "CA", "auto_region": true, "dns": "ca-montreal.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "199.36.223.184", "cn": "montreal411"}], "ovpntcp": [{"ip": "199.36.223.166", "cn": "montreal411"}], "ikev2": [{"ip": "199.36.223.162", "cn": "montreal411"}], "wg": [{"ip": "199.36.223.166", "cn": "montreal411"}], "meta": [{"ip": "199.36.223.130", "cn": "montreal411"}]}}, {"id": "ca_vancouver", "name": "CA Vancouver", "country": "CA", "auto_region": true, "dns": "ca-vancouver.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "208.78.42.167", "cn": "vancouver411"}], "ovpntcp": [{"ip": "208.78.42.144", "cn": "vancouver411"}], "ikev2": [{"ip": "208.78.42.152", "cn": "vancouver411"}], "wg": [{"ip": "208.78.42.179", "cn": "vancouver411"}], "meta": [{"ip": "66.115.146.204", "cn": "vancouver411"}]}}, {"id": "ca_ontario", "name": "CA Ontario", "country": "CA", "auto_region": true, "dns": "ca-ontario.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "172.98.80.69", "cn": "ontario405"}], "ovpntcp": [{"ip": "172.98.80.124", "cn": "ontario405"}], "ikev2": [{"ip": "172.98.80.111", "cn": "ontario405"}], "wg": [{"ip": "172.98.80.124", "cn": "ontario405"}], "meta": [{"ip": "172.98.80.66", "cn": "ontario405"}]}}, {"id": "greenland", "name": "Greenland", "country": "GL", "auto_region": true, "dns": "greenland.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "91.90.120.180", "cn": "greenland406"}], "ovpntcp": [{"ip": "91.90.120.182", "cn": "greenland406"}], "ikev2": [{"ip": "91.90.120.181", "cn": "greenland406"}], "wg": [{"ip": "91.90.120.176", "cn": "greenland406"}], "meta": [{"ip": "91.90.120.175", "cn": "greenland406"}]}}, {"id": "mexico", "name": "Mexico", "country": "MX", "auto_region": true, "dns": "mexico.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "77.81.142.36", "cn": "mexico405"}], "ovpntcp": [{"ip": "77.81.142.36", "cn": "mexico405"}], "ikev2": [{"ip": "77.81.142.42", "cn": "mexico405"}], "wg": [{"ip": "77.81.142.36", "cn": "mexico405"}], "meta": [{"ip": "77.81.142.30", "cn": "mexico405"}]}}, {"id": "panama", "name": "Panama", "country": "PA", "auto_region": true, "dns": "panama.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "91.90.126.38", "cn": "panama405"}], "ovpntcp": [{"ip": "91.90.126.38", "cn": "panama405"}], "ikev2": [{"ip": "91.90.126.42", "cn": "panama405"}], "wg": [{"ip": "91.90.126.45", "cn": "panama405"}], "meta": [{"ip": "91.90.126.35", "cn": "panama405"}]}}, {"id": "us_california", "name": "US California", "country": "US", "auto_region": true, "dns": "us-california.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "102.129.145.144", "cn": "losangeles414"}], "ovpntcp": [{"ip": "102.129.145.130", "cn": "losangeles414"}], "ikev2": [{"ip": "102.129.145.152", "cn": "losangeles414"}], "wg": [{"ip": "102.129.145.153", "cn": "losangeles414"}], "meta": [{"ip": "102.129.145.6", "cn": "losangeles414"}]}}, {"id": "us_chicago", "name": "US Chicago", "country": "US", "auto_region": true, "dns": "us-chicago.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "154.21.23.244", "cn": "chicago415"}], "ovpntcp": [{"ip": "154.21.23.244", "cn": "chicago415"}], "ikev2": [{"ip": "154.21.23.222", "cn": "chicago415"}], "wg": [{"ip": "154.21.23.244", "cn": "chicago415"}], "meta": [{"ip": "154.21.23.190", "cn": "chicago415"}]}}, {"id": "us_south_west", "name": "US Texas", "country": "US", "auto_region": true, "dns": "us-texas.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "154.29.131.147", "cn": "dallas413"}], "ovpntcp": [{"ip": "154.29.131.147", "cn": "dallas413"}], "ikev2": [{"ip": "154.29.131.162", "cn": "dallas413"}], "wg": [{"ip": "154.29.131.147", "cn": "dallas413"}], "meta": [{"ip": "154.29.131.144", "cn": "dallas413"}]}}, {"id": "us_florida", "name": "US Florida", "country": "US", "auto_region": true, "dns": "us-florida.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "102.129.153.54", "cn": "miami424"}], "ovpntcp": [{"ip": "102.129.153.54", "cn": "miami424"}], "ikev2": [{"ip": "102.129.153.52", "cn": "miami424"}], "wg": [{"ip": "102.129.153.53", "cn": "miami424"}], "meta": [{"ip": "102.129.153.3", "cn": "miami424"}]}}, {"id": "us_seattle", "name": "US Seattle", "country": "US", "auto_region": true, "dns": "us-seattle.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "154.21.20.130", "cn": "seattle416"}], "ovpntcp": [{"ip": "154.21.20.140", "cn": "seattle416"}], "ikev2": [{"ip": "154.21.20.152", "cn": "seattle416"}], "wg": [{"ip": "154.21.20.133", "cn": "seattle416"}], "meta": [{"ip": "154.21.20.126", "cn": "seattle416"}]}}, {"id": "us3", "name": "US West", "country": "US", "auto_region": true, "dns": "us3.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "184.170.242.188", "cn": "phoenix414"}], "ovpntcp": [{"ip": "184.170.242.175", "cn": "phoenix414"}], "ikev2": [{"ip": "184.170.242.141", "cn": "phoenix414"}], "wg": [{"ip": "184.170.242.189", "cn": "phoenix414"}], "meta": [{"ip": "184.170.242.135", "cn": "phoenix414"}]}}, {"id": "us_silicon_valley", "name": "US Silicon Valley", "country": "US", "auto_region": true, "dns": "us-siliconvalley.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "154.21.216.85", "cn": "siliconvalley415"}], "ovpntcp": [{"ip": "154.21.216.69", "cn": "siliconvalley415"}], "ikev2": [{"ip": "154.21.216.82", "cn": "siliconvalley415"}], "wg": [{"ip": "154.21.216.78", "cn": "siliconvalley415"}], "meta": [{"ip": "154.21.216.50", "cn": "siliconvalley415"}]}}, {"id": "us_new_york_city", "name": "US New York", "country": "US", "auto_region": true, "dns": "us-newyorkcity.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "154.16.192.94", "cn": "newyork439"}], "ovpntcp": [{"ip": "154.16.192.87", "cn": "newyork439"}], "ikev2": [{"ip": "154.16.192.72", "cn": "newyork439"}], "wg": [{"ip": "154.16.192.90", "cn": "newyork439"}], "meta": [{"ip": "154.16.192.3", "cn": "newyork439"}]}}, {"id": "us_washington_dc", "name": "US Washington DC", "country": "US", "auto_region": true, "dns": "us-washingtondc.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "38.70.11.235", "cn": "washington447"}], "ovpntcp": [{"ip": "38.70.11.248", "cn": "washington447"}], "ikev2": [{"ip": "38.70.11.252", "cn": "washington447"}], "wg": [{"ip": "38.70.11.253", "cn": "washington447"}], "meta": [{"ip": "38.70.11.224", "cn": "washington447"}]}}, {"id": "us_atlanta", "name": "US Atlanta", "country": "US", "auto_region": true, "dns": "us-atlanta.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "154.21.21.84", "cn": "atlanta421"}], "ovpntcp": [{"ip": "154.21.21.89", "cn": "atlanta421"}], "ikev2": [{"ip": "154.21.21.82", "cn": "atlanta421"}], "wg": [{"ip": "154.21.21.87", "cn": "atlanta421"}], "meta": [{"ip": "154.21.21.67", "cn": "atlanta421"}]}}, {"id": "us_las_vegas", "name": "US Las Vegas", "country": "US", "auto_region": true, "dns": "us-lasvegas.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "191.101.61.253", "cn": "lasvegas430"}], "ovpntcp": [{"ip": "191.101.61.116", "cn": "lasvegas423"}], "ikev2": [{"ip": "191.101.61.251", "cn": "lasvegas430"}], "wg": [{"ip": "191.101.61.233", "cn": "lasvegas430"}], "meta": [{"ip": "191.101.61.9", "cn": "lasvegas430"}]}}, {"id": "us_houston", "name": "US Houston", "country": "US", "auto_region": true, "dns": "us-houston.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "191.96.67.140", "cn": "houston423"}], "ovpntcp": [{"ip": "191.96.67.130", "cn": "houston423"}], "ikev2": [{"ip": "191.96.67.132", "cn": "houston423"}], "wg": [{"ip": "191.96.67.130", "cn": "houston423"}], "meta": [{"ip": "191.96.67.129", "cn": "houston423"}]}}, {"id": "us_denver", "name": "US Denver", "country": "US", "auto_region": true, "dns": "us-denver.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "70.39.110.117", "cn": "denver405"}], "ovpntcp": [{"ip": "70.39.110.117", "cn": "denver405"}], "ikev2": [{"ip": "70.39.110.82", "cn": "denver405"}], "wg": [{"ip": "70.39.110.90", "cn": "denver405"}], "meta": [{"ip": "70.39.110.66", "cn": "denver405"}]}}, {"id": "us-newjersey", "name": "US East", "country": "US", "auto_region": true, "dns": "us-newjersey.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "191.96.185.80", "cn": "newjersey435"}], "ovpntcp": [{"ip": "191.96.185.70", "cn": "newjersey435"}], "ikev2": [{"ip": "191.96.185.71", "cn": "newjersey435"}], "wg": [{"ip": "191.96.185.93", "cn": "newjersey435"}], "meta": [{"ip": "191.96.185.4", "cn": "newjersey435"}]}}, {"id": "us-streaming", "name": "US East Streaming Optimized", "country": "US", "auto_region": false, "dns": "us-streaming.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "143.244.44.66", "cn": "newjersey401"}], "ovpntcp": [{"ip": "143.244.44.73", "cn": "newjersey401"}], "ikev2": [{"ip": "143.244.44.82", "cn": "newjersey401"}], "wg": [{"ip": "143.244.44.83", "cn": "newjersey401"}], "meta": [{"ip": "143.244.44.60", "cn": "newjersey401"}]}}, {"id": "us-streaming-2", "name": "US West Streaming Optimized", "country": "US", "auto_region": false, "dns": "us-streaming-2.privacy.network", "port_forward": false, "geo": false, "servers": {"ovpnudp": [{"ip": "191.96.106.228", "cn": "losangeles438"}], "ovpntcp": [{"ip": "191.96.106.234", "cn": "losangeles438"}], "ikev2": [{"ip": "191.96.106.231", "cn": "losangeles438"}], "wg": [{"ip": "191.96.106.234", "cn": "losangeles438"}], "meta": [{"ip": "191.96.106.9", "cn": "losangeles438"}]}}, {"id": "ar", "name": "Argentina", "country": "AR", "auto_region": true, "dns": "ar.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "146.70.38.60", "cn": "buenosaires408"}], "ovpntcp": [{"ip": "146.70.38.55", "cn": "buenosaires408"}], "ikev2": [{"ip": "146.70.38.61", "cn": "buenosaires408"}], "wg": [{"ip": "146.70.38.53", "cn": "buenosaires408"}], "meta": [{"ip": "146.70.38.42", "cn": "buenosaires408"}]}}, {"id": "br", "name": "Brazil", "country": "BR", "auto_region": true, "dns": "br.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "188.241.177.243", "cn": "saopaolo401"}], "ovpntcp": [{"ip": "188.241.177.248", "cn": "saopaolo401"}], "ikev2": [{"ip": "188.241.177.252", "cn": "saopaolo401"}], "wg": [{"ip": "188.241.177.243", "cn": "saopaolo401"}], "meta": [{"ip": "188.241.177.242", "cn": "saopaolo401"}]}}, {"id": "venezuela", "name": "Venezuela", "country": "VE", "auto_region": true, "dns": "venezuela.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "95.181.237.27", "cn": "venezuela405"}], "ovpntcp": [{"ip": "95.181.237.29", "cn": "venezuela405"}], "ikev2": [{"ip": "95.181.237.32", "cn": "venezuela405"}], "wg": [{"ip": "95.181.237.29", "cn": "venezuela405"}], "meta": [{"ip": "95.181.237.26", "cn": "venezuela405"}]}}, {"id": "yerevan", "name": "Armenia", "country": "AM", "auto_region": true, "dns": "yerevan.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "185.253.160.3", "cn": "armenia403"}], "ovpntcp": [{"ip": "185.253.160.3", "cn": "armenia403"}], "ikev2": [{"ip": "185.253.160.12", "cn": "armenia403"}], "wg": [{"ip": "185.253.160.6", "cn": "armenia403"}], "meta": [{"ip": "185.253.160.2", "cn": "armenia403"}]}}, {"id": "bangladesh", "name": "Bangladesh", "country": "BD", "auto_region": true, "dns": "bangladesh.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "84.252.93.4", "cn": "bangladesh403"}], "ovpntcp": [{"ip": "84.252.93.9", "cn": "bangladesh403"}], "ikev2": [{"ip": "84.252.93.12", "cn": "bangladesh403"}], "wg": [{"ip": "84.252.93.13", "cn": "bangladesh403"}], "meta": [{"ip": "84.252.93.2", "cn": "bangladesh403"}]}}, {"id": "cambodia", "name": "Cambodia", "country": "KH", "auto_region": true, "dns": "cambodia.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "188.215.235.109", "cn": "cambodia401"}], "ovpntcp": [{"ip": "188.215.235.108", "cn": "cambodia401"}], "ikev2": [{"ip": "188.215.235.102", "cn": "cambodia401"}], "wg": [{"ip": "188.215.235.103", "cn": "cambodia401"}], "meta": [{"ip": "188.215.235.98", "cn": "cambodia401"}]}}, {"id": "china", "name": "China", "country": "CN", "auto_region": true, "dns": "china.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "188.241.80.18", "cn": "china405"}], "ovpntcp": [{"ip": "188.241.80.24", "cn": "china405"}], "ikev2": [{"ip": "188.241.80.21", "cn": "china405"}], "wg": [{"ip": "188.241.80.18", "cn": "china405"}], "meta": [{"ip": "188.241.80.15", "cn": "china405"}]}}, {"id": "cyprus", "name": "Cyprus", "country": "CY", "auto_region": true, "dns": "cyprus.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "185.253.162.6", "cn": "cyprus403"}], "ovpntcp": [{"ip": "185.253.162.5", "cn": "cyprus403"}], "ikev2": [{"ip": "185.253.162.12", "cn": "cyprus403"}], "wg": [{"ip": "185.253.162.9", "cn": "cyprus403"}], "meta": [{"ip": "185.253.162.2", "cn": "cyprus403"}]}}, {"id": "georgia", "name": "Georgia", "country": "GE", "auto_region": true, "dns": "georgia.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "95.181.236.8", "cn": "georgia403"}], "ovpntcp": [{"ip": "95.181.236.8", "cn": "georgia403"}], "ikev2": [{"ip": "95.181.236.11", "cn": "georgia403"}], "wg": [{"ip": "95.181.236.4", "cn": "georgia403"}], "meta": [{"ip": "95.181.236.2", "cn": "georgia403"}]}}, {"id": "hk", "name": "Hong Kong", "country": "HK", "auto_region": true, "dns": "hk.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "91.219.213.26", "cn": "hongkong403"}], "ovpntcp": [{"ip": "91.219.213.28", "cn": "hongkong403"}], "ikev2": [{"ip": "91.219.213.12", "cn": "hongkong403"}], "wg": [{"ip": "91.219.213.28", "cn": "hongkong403"}], "meta": [{"ip": "91.219.213.2", "cn": "hongkong403"}]}}, {"id": "in", "name": "India", "country": "IN", "auto_region": true, "dns": "in.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "45.120.139.37", "cn": "mumbai401"}], "ovpntcp": [{"ip": "103.150.187.23", "cn": "mumbai407"}], "ikev2": [{"ip": "45.120.139.102", "cn": "mumbai401"}], "wg": [{"ip": "45.120.139.38", "cn": "mumbai401"}], "meta": [{"ip": "45.120.139.108", "cn": "mumbai401"}]}}, {"id": "israel", "name": "Israel", "country": "IL", "auto_region": true, "dns": "israel.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "185.77.248.75", "cn": "jerusalem405"}], "ovpntcp": [{"ip": "185.77.248.65", "cn": "jerusalem405"}], "ikev2": [{"ip": "185.77.248.71", "cn": "jerusalem405"}], "wg": [{"ip": "185.77.248.75", "cn": "jerusalem405"}], "meta": [{"ip": "31.168.172.145", "cn": "jerusalem405"}]}}, {"id": "japan", "name": "JP Tokyo", "country": "JP", "auto_region": true, "dns": "japan.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "156.146.34.80", "cn": "tokyo402"}], "ovpntcp": [{"ip": "156.146.34.80", "cn": "tokyo402"}], "ikev2": [{"ip": "156.146.34.82", "cn": "tokyo402"}], "wg": [{"ip": "156.146.34.79", "cn": "tokyo402"}], "meta": [{"ip": "156.146.34.65", "cn": "tokyo402"}]}}, {"id": "japan_2", "name": "JP Streaming Optimized", "country": "JP", "auto_region": false, "dns": "japan-2.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "138.199.39.4", "cn": "tokyo410"}], "ovpntcp": [{"ip": "138.199.39.2", "cn": "tokyo410"}], "ikev2": [{"ip": "138.199.39.2", "cn": "tokyo410"}], "wg": [{"ip": "138.199.39.3", "cn": "tokyo410"}], "meta": [{"ip": "138.199.39.1", "cn": "tokyo410"}]}}, {"id": "kazakhstan", "name": "Kazakhstan", "country": "KZ", "auto_region": true, "dns": "kazakhstan.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "62.133.47.4", "cn": "kazakhstan403"}], "ovpntcp": [{"ip": "62.133.47.9", "cn": "kazakhstan403"}], "ikev2": [{"ip": "62.133.47.11", "cn": "kazakhstan403"}], "wg": [{"ip": "62.133.47.4", "cn": "kazakhstan403"}], "meta": [{"ip": "62.133.47.2", "cn": "kazakhstan403"}]}}, {"id": "macau", "name": "Macao", "country": "MO", "auto_region": true, "dns": "macau.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "84.252.92.5", "cn": "macau403"}], "ovpntcp": [{"ip": "84.252.92.5", "cn": "macau403"}], "ikev2": [{"ip": "84.252.92.12", "cn": "macau403"}], "wg": [{"ip": "84.252.92.5", "cn": "macau403"}], "meta": [{"ip": "84.252.92.2", "cn": "macau403"}]}}, {"id": "mongolia", "name": "Mongolia", "country": "MN", "auto_region": true, "dns": "mongolia.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "185.253.163.19", "cn": "mongolia404"}], "ovpntcp": [{"ip": "185.253.163.20", "cn": "mongolia404"}], "ikev2": [{"ip": "185.253.163.31", "cn": "mongolia404"}], "wg": [{"ip": "185.253.163.30", "cn": "mongolia404"}], "meta": [{"ip": "185.253.163.16", "cn": "mongolia404"}]}}, {"id": "philippines", "name": "Philippines", "country": "PH", "auto_region": true, "dns": "philippines.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "188.214.125.156", "cn": "philippines402"}], "ovpntcp": [{"ip": "188.214.125.149", "cn": "philippines402"}], "ikev2": [{"ip": "188.214.125.151", "cn": "philippines402"}], "wg": [{"ip": "188.214.125.155", "cn": "philippines402"}], "meta": [{"ip": "188.214.125.146", "cn": "philippines402"}]}}, {"id": "qatar", "name": "Qatar", "country": "QA", "auto_region": true, "dns": "qatar.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "95.181.234.3", "cn": "qatar403"}], "ovpntcp": [{"ip": "95.181.234.9", "cn": "qatar403"}], "ikev2": [{"ip": "95.181.234.12", "cn": "qatar403"}], "wg": [{"ip": "95.181.234.5", "cn": "qatar403"}], "meta": [{"ip": "95.181.234.2", "cn": "qatar403"}]}}, {"id": "saudiarabia", "name": "Saudi Arabia", "country": "SA", "auto_region": true, "dns": "saudiarabia.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "95.181.235.153", "cn": "saudiarabia404"}], "ovpntcp": [{"ip": "95.181.235.153", "cn": "saudiarabia404"}], "ikev2": [{"ip": "95.181.235.152", "cn": "saudiarabia404"}], "wg": [{"ip": "95.181.235.150", "cn": "saudiarabia404"}], "meta": [{"ip": "95.181.235.145", "cn": "saudiarabia404"}]}}, {"id": "sg", "name": "Singapore", "country": "SG", "auto_region": true, "dns": "sg.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "138.199.24.23", "cn": "singapore404"}], "ovpntcp": [{"ip": "138.199.24.8", "cn": "singapore404"}], "ikev2": [{"ip": "138.199.24.2", "cn": "singapore404"}], "wg": [{"ip": "138.199.24.23", "cn": "singapore404"}], "meta": [{"ip": "138.199.24.1", "cn": "singapore404"}]}}, {"id": "srilanka", "name": "Sri Lanka", "country": "LK", "auto_region": true, "dns": "srilanka.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "95.181.239.5", "cn": "srilanka403"}], "ovpntcp": [{"ip": "95.181.239.5", "cn": "srilanka403"}], "ikev2": [{"ip": "95.181.239.11", "cn": "srilanka403"}], "wg": [{"ip": "95.181.239.5", "cn": "srilanka403"}], "meta": [{"ip": "95.181.239.2", "cn": "srilanka403"}]}}, {"id": "taiwan", "name": "Taiwan", "country": "TW", "auto_region": true, "dns": "taiwan.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "188.214.106.83", "cn": "taiwan402"}], "ovpntcp": [{"ip": "188.214.106.93", "cn": "taiwan402"}], "ikev2": [{"ip": "188.214.106.91", "cn": "taiwan402"}], "wg": [{"ip": "188.214.106.87", "cn": "taiwan402"}], "meta": [{"ip": "188.214.106.82", "cn": "taiwan402"}]}}, {"id": "tr", "name": "Turkey", "country": "TR", "auto_region": true, "dns": "tr.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "188.213.34.87", "cn": "istanbul402"}], "ovpntcp": [{"ip": "188.213.34.87", "cn": "istanbul402"}], "ikev2": [{"ip": "188.213.34.92", "cn": "istanbul402"}], "wg": [{"ip": "188.213.34.89", "cn": "istanbul402"}], "meta": [{"ip": "188.213.34.82", "cn": "istanbul402"}]}}, {"id": "ae", "name": "United Arab Emirates", "country": "AE", "auto_region": true, "dns": "ae.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "217.138.193.148", "cn": "dubai403"}], "ovpntcp": [{"ip": "217.138.193.149", "cn": "dubai403"}], "ikev2": [{"ip": "217.138.193.152", "cn": "dubai403"}], "wg": [{"ip": "217.138.193.149", "cn": "dubai403"}], "meta": [{"ip": "45.9.250.46", "cn": "dubai403"}]}}, {"id": "vietnam", "name": "Vietnam", "country": "VN", "auto_region": true, "dns": "vietnam.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "188.214.152.85", "cn": "vietnam402"}], "ovpntcp": [{"ip": "188.214.152.88", "cn": "vietnam402"}], "ikev2": [{"ip": "188.214.152.91", "cn": "vietnam402"}], "wg": [{"ip": "188.214.152.88", "cn": "vietnam402"}], "meta": [{"ip": "188.214.152.82", "cn": "vietnam402"}]}}, {"id": "aus", "name": "AU Sydney", "country": "AU", "auto_region": true, "dns": "au-sydney.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "191.101.210.74", "cn": "sydney424"}], "ovpntcp": [{"ip": "191.101.210.98", "cn": "sydney424"}], "ikev2": [{"ip": "191.101.210.92", "cn": "sydney424"}], "wg": [{"ip": "191.101.210.77", "cn": "sydney424"}], "meta": [{"ip": "191.101.210.4", "cn": "sydney424"}]}}, {"id": "aus_melbourne", "name": "AU Melbourne", "country": "AU", "auto_region": true, "dns": "aus-melbourne.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "181.214.215.243", "cn": "melbourne409"}], "ovpntcp": [{"ip": "181.214.215.238", "cn": "melbourne409"}], "ikev2": [{"ip": "181.214.215.241", "cn": "melbourne409"}], "wg": [{"ip": "181.214.215.228", "cn": "melbourne409"}], "meta": [{"ip": "181.214.215.226", "cn": "melbourne409"}]}}, {"id": "aus_perth", "name": "AU Perth", "country": "AU", "auto_region": true, "dns": "aus-perth.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "179.61.228.5", "cn": "perth403"}], "ovpntcp": [{"ip": "179.61.228.48", "cn": "perth403"}], "ikev2": [{"ip": "179.61.228.52", "cn": "perth403"}], "wg": [{"ip": "179.61.228.48", "cn": "perth403"}], "meta": [{"ip": "43.250.205.57", "cn": "perth403"}]}}, {"id": "nz", "name": "New Zealand", "country": "NZ", "auto_region": true, "dns": "nz.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "179.61.240.43", "cn": "newzealand403"}], "ovpntcp": [{"ip": "179.61.240.7", "cn": "newzealand403"}], "ikev2": [{"ip": "179.61.240.42", "cn": "newzealand403"}], "wg": [{"ip": "179.61.240.45", "cn": "newzealand403"}], "meta": [{"ip": "43.250.207.82", "cn": "newzealand403"}]}}, {"id": "dz", "name": "Algeria", "country": "DZ", "auto_region": true, "dns": "dz.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "176.125.228.26", "cn": "algiers404"}], "ovpntcp": [{"ip": "176.125.228.18", "cn": "algiers404"}], "ikev2": [{"ip": "176.125.228.22", "cn": "algiers404"}], "wg": [{"ip": "176.125.228.19", "cn": "algiers404"}], "meta": [{"ip": "176.125.228.14", "cn": "algiers404"}]}}, {"id": "egypt", "name": "Egypt", "country": "EG", "auto_region": true, "dns": "egypt.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "188.214.122.125", "cn": "cairo402"}], "ovpntcp": [{"ip": "188.214.122.115", "cn": "cairo402"}], "ikev2": [{"ip": "188.214.122.122", "cn": "cairo402"}], "wg": [{"ip": "188.214.122.120", "cn": "cairo402"}], "meta": [{"ip": "188.214.122.114", "cn": "cairo402"}]}}, {"id": "morocco", "name": "Morocco", "country": "MA", "auto_region": true, "dns": "morocco.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "95.181.232.9", "cn": "morocco403"}], "ovpntcp": [{"ip": "95.181.232.8", "cn": "morocco403"}], "ikev2": [{"ip": "95.181.232.12", "cn": "morocco403"}], "wg": [{"ip": "95.181.232.3", "cn": "morocco403"}], "meta": [{"ip": "95.181.232.2", "cn": "morocco403"}]}}, {"id": "nigeria", "name": "Nigeria", "country": "NG", "auto_region": true, "dns": "nigeria.privacy.network", "port_forward": true, "geo": false, "servers": {"ovpnudp": [{"ip": "146.70.65.155", "cn": "nigeria406"}], "ovpntcp": [{"ip": "146.70.65.149", "cn": "nigeria406"}], "ikev2": [{"ip": "146.70.65.152", "cn": "nigeria406"}], "wg": [{"ip": "146.70.65.146", "cn": "nigeria406"}], "meta": [{"ip": "146.70.65.143", "cn": "nigeria406"}]}}, {"id": "za", "name": "South Africa", "country": "ZA", "auto_region": true, "dns": "za.privacy.network", "port_forward": true, "geo": true, "servers": {"ovpnudp": [{"ip": "188.214.158.94", "cn": "johannesburg405"}], "ovpntcp": [{"ip": "188.214.158.94", "cn": "johannesburg405"}], "ikev2": [{"ip": "188.214.158.91", "cn": "johannesburg405"}], "wg": [{"ip": "188.214.158.94", "cn": "johannesburg405"}], "meta": [{"ip": "188.214.158.82", "cn": "johannesburg405"}]}}]}\n\nPTYAbQGp5e8rv2zRA8UkYfbHpzjEvnT4V9JvIONY78a5px9cKEis/S1c0aBr\nkAcy9oAoFLtu4CJiEcKjqkPtgMvT+KmgiqE87CJ0QeuL03QuToapCIHUdaf6\nKIKeXTWEfMWarIWIktm8AP6c3DzVNPqDFKxPFqk2iF7WYOt1xzkmJnv55WgO\nPPXltIkPAZuf978DUxikg1LJgc8CYM3fnyF7pKq3diCQvKTzsqAX/RutonlT\n2QzSCIDIAWYpH/JIN0g4VQ5cmOItgbofwXqbSOcnyFIWwQwY7R5qopfqj8gh\nKoBKeMmJvCbkuWVqvtadJNhCsB2AyiH5mzVj6+lMKA=='
PIPESTATUS=([0]="0")
PPID=9
PS4='+ '
PUID=1000
PWD=/
RPC2_PASS=xxxxxxxxxxxxx
RPC2_USER=xxxxxxxxxxxxx
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:interactive-comments
SHLVL=1
STRICT_PORT_FORWARD=yes
SUPERVISOR_ENABLED=1
SUPERVISOR_GROUP_NAME=start-script
SUPERVISOR_PROCESS_NAME=start-script
TERM=xterm
UID=0
UMASK=000
VPN_CLIENT=wireguard
VPN_CONFIG=/config/wireguard/wg0.conf
VPN_DEVICE_TYPE=wg0
VPN_ENABLED=yes
VPN_INPUT_PORTS=
VPN_OUTPUT_PORTS=
VPN_PASS=xxxxxxxxxxxxxxxxxxxx
VPN_PROV=pia
VPN_REMOTE_PORT=1337
VPN_REMOTE_PROTOCOL=udp
VPN_REMOTE_SERVER=france.privacy.network
VPN_USER=xxxxxxxxxxxx
WEBUI_PASS=xxxxxxxxxxxx
WEBUI_USER=xxxxxxxxxxxxx
_='[debug] Environment variables defined as follows'
[debug] Directory listing of files in /config/wireguard/ as follows

2021-10-25 22:09:29,500 DEBG 'shutdown-script' stdout output:
[info] Signal not specified as parameter 2, assuming signal '15' (sigterm)

2021-10-25 22:09:29,501 DEBG 'shutdown-script' stdout output:
[info] Process owner not specified as parameter 3, assuming owner 'nobody'

2021-10-25 22:09:29,519 DEBG 'watchdog-script' stdout output:
[info] rTorrent config file already exists, skipping copy

2021-10-25 22:09:29,522 DEBG 'start-script' stdout output:
total 16
drwxrwxr-x  2 nobody users 4096 Oct 14 22:28 .
drwxrwxr-x 10 nobody users 4096 Oct 25 22:09 ..
-rwxrwxr-x  1 nobody users  291 Oct 25 21:53 wg0.conf

2021-10-25 22:09:29,522 DEBG 'start-script' stdout output:
[debug] Contents of WireGuard config file '/config/wireguard/wg0.conf' as follows...

2021-10-25 22:09:29,574 DEBG 'start-script' stdout output:

[Interface]
Address = 10.22.227.151
PrivateKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
PostUp = '/root/wireguardup.sh'
PostDown = '/root/wireguarddown.sh'

[Peer]
PublicKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AllowedIPs = 0.0.0.0/0
Endpoint = france.privacy.network:1337


2021-10-25 22:09:29,589 DEBG 'start-script' stdout output:
[info] Adding 209.222.18.222 to /etc/resolv.conf

2021-10-25 22:09:29,599 DEBG 'start-script' stdout output:
[info] Adding 84.200.69.80 to /etc/resolv.conf

2021-10-25 22:09:29,611 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.174 to /etc/resolv.conf

2021-10-25 22:09:29,620 DEBG 'start-script' stdout output:
[info] Adding 1.1.1.1 to /etc/resolv.conf

2021-10-25 22:09:29,631 DEBG 'start-script' stdout output:
[info] Adding 209.222.18.218 to /etc/resolv.conf

2021-10-25 22:09:29,657 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.177 to /etc/resolv.conf

2021-10-25 22:09:29,674 DEBG 'start-script' stdout output:
[info] Adding 84.200.70.40 to /etc/resolv.conf

2021-10-25 22:09:29,685 DEBG 'start-script' stdout output:
[info] Adding 1.0.0.1 to /etc/resolv.conf

2021-10-25 22:09:29,762 DEBG 'start-script' stdout output:
[debug] DNS operational, we can resolve name 'france.privacy.network' to address '191.101.217.11 191.101.217.12 191.101.217.21 191.101.217.22 191.101.217.32'

2021-10-25 22:09:29,816 DEBG 'start-script' stdout output:
[info] Attempting to load iptable_mangle module...

2021-10-25 22:09:29,820 DEBG 'start-script' stderr output:
modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/5.10.60-qnap

2021-10-25 22:09:29,822 DEBG 'start-script' stdout output:
[warn] Unable to load iptable_mangle module using modprobe, trying insmod...

2021-10-25 22:09:29,826 DEBG 'start-script' stderr output:
insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory

2021-10-25 22:09:29,828 DEBG 'start-script' stdout output:
[warn] Unable to load iptable_mangle module, you will not be able to connect to the applications Web UI or Privoxy outside of your LAN
[info] unRAID/Ubuntu users: Please attempt to load the module by executing the following on your host: '/sbin/modprobe iptable_mangle'
[info] Synology users: Please attempt to load the module by executing the following on your host: 'insmod /lib/modules/iptable_mangle.ko'
[debug] Show name servers defined for container

2021-10-25 22:09:29,831 DEBG 'start-script' stdout output:
nameserver 209.222.18.222
nameserver 84.200.69.80
nameserver 37.235.1.174
nameserver 1.1.1.1
nameserver 209.222.18.218
nameserver 37.235.1.177
nameserver 84.200.70.40
nameserver 1.0.0.1

2021-10-25 22:09:29,832 DEBG 'start-script' stdout output:
[debug] Show name resolution for VPN endpoint france.privacy.network

2021-10-25 22:09:29,916 DEBG 'start-script' stdout output:
;; ->>HEADER<<- opcode: QUERY, rcode: SERVFAIL, id: 33554
;; flags: qr rd ra ; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; france.privacy.network.    IN    A

;; ANSWER SECTION:

;; AUTHORITY SECTION:

;; ADDITIONAL SECTION:

;; Query time: 59 msec
;; SERVER: 37.235.1.174
;; WHEN: Mon Oct 25 22:09:29 2021
;; MSG SIZE  rcvd: 40

2021-10-25 22:09:29,919 DEBG 'start-script' stdout output:
[debug] Show contents of hosts file

2021-10-25 22:09:29,922 DEBG 'start-script' stdout output:
127.0.0.1    localhost
::1    localhost ip6-localhost ip6-loopback
fe00::0    ip6-localnet
ff00::0    ip6-mcastprefix
ff02::1    ip6-allnodes
ff02::2    ip6-allrouters
172.29.0.14    1fe57956d5fa
191.101.217.11    france.privacy.network

2021-10-25 22:09:30,258 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 139794087881984 for <Subprocess at 139794087881312 with name pyrocore-script in state RUNNING> (stdout)>
2021-10-25 22:09:30,258 DEBG fd 15 closed, stopped monitoring <POutputDispatcher at 139794087339968 for <Subprocess at 139794087881312 with name pyrocore-script in state RUNNING> (stderr)>
2021-10-25 22:09:30,259 INFO exited: pyrocore-script (exit status 0; expected)
2021-10-25 22:09:30,259 DEBG received SIGCHLD indicating a child quit
2021-10-25 22:09:30,686 DEBG 'start-script' stdout output:
[info] Token generated for PIA wireguard authentication

2021-10-25 22:09:30,772 DEBG 'start-script' stdout output:
[debug] PIA generated 'token' for wireguard is 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx='
[info] Trying to connect to the PIA WireGuard API on 'france.privacy.network'...

2021-10-25 22:09:31,134 DEBG 'start-script' stdout output:
[debug] PIA WireGuard 'peer ip' is '10.2.205.106'
[debug] PIA WireGuard 'server key' is 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx='
[debug] PIA WireGuard 'server vip' (gsteway) is '10.2.128.1'

2021-10-25 22:09:31,176 DEBG 'start-script' stdout output:
[debug] Docker interface defined as eth0

2021-10-25 22:09:31,185 DEBG 'start-script' stdout output:
[info] Default route for container is 172.29.0.1

2021-10-25 22:09:31,200 DEBG 'start-script' stdout output:
[debug] Docker IP defined as 172.29.0.14

2021-10-25 22:09:31,207 DEBG 'start-script' stdout output:
[debug] Docker netmask defined as 255.255.252.0

2021-10-25 22:09:31,278 DEBG 'start-script' stdout output:
[info] Docker network defined as    172.29.0.0/22

2021-10-25 22:09:31,285 DEBG 'start-script' stdout output:
[info] Adding 192.168.2.0/24 as route via docker eth0

2021-10-25 22:09:31,288 DEBG 'start-script' stdout output:
[info] ip route defined as follows...
--------------------

2021-10-25 22:09:31,292 DEBG 'start-script' stdout output:
default via 172.29.0.1 dev eth0
172.29.0.0/22 dev eth0 proto kernel scope link src 172.29.0.14
192.168.2.0/24 via 172.29.0.1 dev eth0
broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1
local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1
local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1
broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1

2021-10-25 22:09:31,292 DEBG 'start-script' stdout output:
broadcast 172.29.0.0 dev eth0 table local proto kernel scope link src 172.29.0.14
local 172.29.0.14 dev eth0 table local proto kernel scope host src 172.29.0.14
broadcast 172.29.3.255 dev eth0 table local proto kernel scope link src 172.29.0.14
--------------------
[debug] Modules currently loaded for kernel

2021-10-25 22:09:31,301 DEBG 'start-script' stdout output:
Module                  Size  Used by
vfio_iommu_type1       36864  0
target_core_mod       491520  0
vhost_net              24576  0
vhost                  40960  1 vhost_net
vhost_iotlb            16384  1 vhost
macvtap                16384  0
macvlan                28672  1 macvtap
tap                    24576  2 macvtap,vhost_net
virtio_scsi            20480  0
virtio_pci             28672  0
virtio_net             49152  0
net_failover           20480  1 virtio_net
failover               16384  1 net_failover
virtio_mmio            16384  0
virtio_console         28672  0
virtio_blk             20480  0
virtio_balloon         20480  0
virtio_rng             16384  0
virtio_ring            28672  8 virtio_rng,virtio_mmio,virtio_console,virtio_balloon,virtio_scsi,virtio_pci,virtio_blk,virtio_net
virtio                 16384  8 virtio_rng,virtio_mmio,virtio_console,virtio_balloon,virtio_scsi,virtio_pci,virtio_blk,virtio_net
kvm_intel             225280  0
kvm                   516096  1 kvm_intel
l2tp_ppp               24576  0
l2tp_eth               16384  0
l2tp_netlink           24576  2 l2tp_eth,l2tp_ppp
l2tp_debugfs           16384  0
l2tp_ip                16384  0
l2tp_core              28672  5 l2tp_debugfs,l2tp_eth,l2tp_ppp,l2tp_ip,l2tp_netlink
ppp_deflate            16384  0
ppp_async              20480  0
ppp_mppe               16384  0
bsd_comp               16384  0
pppoe                  20480  0
pppox                  16384  2 pppoe,l2tp_ppp
ppp_generic            32768  7 pppox,pppoe,ppp_mppe,ppp_deflate,bsd_comp,l2tp_ppp,ppp_async
slhc                   16384  1 ppp_generic
xfrm4_tunnel           16384  0
ipcomp                 16384  0
esp4                   20480  0
ah4                    20480  0
tunnel4                16384  1 xfrm4_tunnel
af_key                 40960  0
xfrm_ipcomp            16384  1 ipcomp
wireguard              86016  0
tun                    49152  3 vhost_net
xt_ipvs                16384  0
ip_vs_rr               16384  0
ip_vs_ftp              16384  0
ip_vs                 139264  22 ip_vs_rr,xt_ipvs,ip_vs_ftp
xt_addrtype            16384  11
rfcomm                 69632  0
usdm_drv               94208  0
intel_qat             286720  1 usdm_drv
uio                    20480  1 intel_qat
iscsi_tcp              20480  0
libiscsi_tcp           28672  1 iscsi_tcp
libiscsi               53248  2 libiscsi_tcp,iscsi_tcp
scsi_transport_iscsi    90112  4 libiscsi_tcp,iscsi_tcp,libiscsi
fbdisk                 36864  0
xt_nat                 16384  98
xt_conntrack           16384  15
cfg80211              397312  0
dummy                  16384  0
br_netfilter           24576  0
bridge                172032  1 br_netfilter
stp                    16384  1 bridge
bonding               163840  0
xt_connmark            16384  2
xt_TCPMSS              16384  0
xt_LOG                 16384  0
xt_set                 16384  16
ip_set_hash_netiface    45056  1
ip_set_hash_net        45056  13
ip_set                 40960  3 ip_set_hash_netiface,xt_set,ip_set_hash_net
xt_MASQUERADE          16384  54
xt_REDIRECT            16384  0
iptable_nat            16384  17
nf_nat                 36864  5 xt_nat,iptable_nat,xt_MASQUERADE,xt_REDIRECT,ip_vs_ftp
xt_policy              16384  0
xt_mark                16384  16
8021q                  28672  0
ipv6                  475136  431 bridge,l2tp_core,br_netfilter,wireguard
uvcvideo              106496  0
videobuf2_v4l2         24576  1 uvcvideo
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_common       45056  2 videobuf2_v4l2,uvcvideo
snd_usb_caiaq          49152  0
snd_usb_audio         262144  0
snd_usbmidi_lib        28672  1 snd_usb_audio
snd_seq_midi           16384  0
snd_rawmidi            32768  3 snd_seq_midi,snd_usbmidi_lib,snd_usb_caiaq
fnotify                61440  6
nfsd                 1204224  70 fnotify
udf                   114688  0
isofs                  45056  0
iTCO_wdt               16384  0
vfio_pci               61440  0
irqbypass              16384  2 vfio_pci,kvm
vfio_vir
2021-10-25 22:09:31,304 DEBG 'start-script' stdout output:
qfd            16384  1 vfio_pci
vfio                   28672  2 vfio_iommu_type1,vfio_pci
x53S_pins              16384  0
exfat                  77824  0
ufsd                  794624  0
jnl                    32768  1 ufsd
cdc_acm                32768  0
pl2303                 24576  0
usbserial              40960  1 pl2303
qm2_i2c                16384  0
intel_ips              24576  0
drbd                  413696  2
lru_cache              16384  1 drbd
flashcache            167936  0
dm_tier_hro_algo       24576  0
dm_thin_pool          229376  2 target_core_mod,dm_tier_hro_algo
dm_bio_prison          24576  1 dm_thin_pool
dm_persistent_data     81920  1 dm_thin_pool
hal_netlink            16384  0
r8152                 221184  0
usbnet                 36864  0
mii                    16384  1 usbnet
igb                   225280  0
e1000e                245760  0
mv14xx                647168  0
mpt3sas               368640  0
scsi_transport_sas     40960  1 mpt3sas
raid_class             16384  1 mpt3sas
qla2xxx               856064  0
scsi_transport_fc      57344  1 qla2xxx
k10temp                16384  0
coretemp               16384  0
uas                    28672  0
usb_storage            69632  1 uas
xhci_pci               16384  0
xhci_hcd              184320  1 xhci_pci
usblp                  24576  0
uhci_hcd               45056  0
ehci_pci               16384  0
ehci_hcd               81920  1 ehci_pci

2021-10-25 22:09:31,523 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------

2021-10-25 22:09:31,576 DEBG 'start-script' stdout output:
-P INPUT DROP
-P FORWARD DROP
-P OUTPUT DROP
-A INPUT -s 172.29.0.0/22 -d 172.29.0.0/22 -j ACCEPT
-A INPUT -s 191.101.217.11/32 -i eth0 -j ACCEPT
-A INPUT -s 191.101.217.12/32 -i eth0 -j ACCEPT
-A INPUT -s 191.101.217.21/32 -i eth0 -j ACCEPT
-A INPUT -s 191.101.217.22/32 -i eth0 -j ACCEPT
-A INPUT -s 191.101.217.32/32 -i eth0 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 9080 -j ACCEPT
-A INPUT -i eth0 -p udp -m udp --dport 9080 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 9443 -j ACCEPT
-A INPUT -i eth0 -p udp -m udp --dport 9443 -j ACCEPT
-A INPUT -s 192.168.2.0/24 -d 172.29.0.0/22 -i eth0 -p tcp -m tcp --dport 5000 -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -i wg0 -j ACCEPT
-A OUTPUT -s 172.29.0.0/22 -d 172.29.0.0/22 -j ACCEPT
-A OUTPUT -d 191.101.217.11/32 -o eth0 -j ACCEPT
-A OUTPUT -d 191.101.217.12/32 -o eth0 -j ACCEPT
-A OUTPUT -d 191.101.217.21/32 -o eth0 -j ACCEPT
-A OUTPUT -d 191.101.217.22/32 -o eth0 -j ACCEPT
-A OUTPUT -d 191.101.217.32/32 -o eth0 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 9080 -j ACCEPT
-A OUTPUT -o eth0 -p udp -m udp --sport 9080 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 9443 -j ACCEPT
-A OUTPUT -o eth0 -p udp -m udp --sport 9443 -j ACCEPT
-A OUTPUT -s 172.29.0.0/22 -d 192.168.2.0/24 -o eth0 -p tcp -m tcp --sport 5000 -j ACCEPT
-A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
-A OUTPUT -o lo -j ACCEPT
-A OUTPUT -o wg0 -j ACCEPT

2021-10-25 22:09:31,586 DEBG 'start-script' stdout output:
--------------------

2021-10-25 22:09:31,596 DEBG 'start-script' stdout output:
[info] Attempting to bring WireGuard interface 'up'...

2021-10-25 22:09:31,616 DEBG 'start-script' stderr output:
Warning: `/config/wireguard/wg0.conf' is world accessible

2021-10-25 22:09:31,631 DEBG 'start-script' stderr output:
[#] ip link add wg0 type wireguard

2021-10-25 22:09:31,636 DEBG 'start-script' stderr output:
[#] wg setconf wg0 /dev/fd/63

2021-10-25 22:09:31,641 DEBG 'start-script' stderr output:
[#] ip -4 address add 10.2.205.106 dev wg0

2021-10-25 22:09:31,654 DEBG 'start-script' stderr output:
[#] ip link set mtu 1420 up dev wg0

2021-10-25 22:09:31,672 DEBG 'start-script' stderr output:
[#] wg set wg0 fwmark 51820

2021-10-25 22:09:31,674 DEBG 'start-script' stderr output:
[#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820

2021-10-25 22:09:31,678 DEBG 'start-script' stderr output:
[#] ip -4 rule add not fwmark 51820 table 51820

2021-10-25 22:09:31,681 DEBG 'start-script' stderr output:
[#] ip -4 rule add table main suppress_prefixlength 0

2021-10-25 22:09:31,689 DEBG 'start-script' stderr output:
[#] sysctl -q net.ipv4.conf.all.src_valid_mark=1

2021-10-25 22:09:31,698 DEBG 'start-script' stderr output:
[#] iptables-restore -n

2021-10-25 22:09:31,711 DEBG 'start-script' stderr output:
iptables-restore v1.8.7 (legacy): iptables-restore: unable to initialize table 'raw'

Error occurred at line: 1
Try `iptables-restore -h' or 'iptables-restore --help' for more information.

2021-10-25 22:09:31,724 DEBG 'start-script' stderr output:
[#] ip -4 rule delete table 51820

2021-10-25 22:09:31,734 DEBG 'start-script' stderr output:
[#] ip -4 rule delete table main suppress_prefixlength 0

2021-10-25 22:09:31,748 DEBG 'start-script' stderr output:
[#] ip link delete dev wg0

2021-10-25 22:09:31,806 DEBG 'start-script' stdout output:
[warn] WireGuard interface failed to come 'up', exit code is '1'

2021-10-25 22:10:01,833 DEBG 'start-script' stdout output:
[info] Attempting to bring WireGuard interface 'up'...

2021-10-25 22:10:01,877 DEBG 'start-script' stderr output:
Warning: `/config/wireguard/wg0.conf' is world accessible

2021-10-25 22:10:01,942 DEBG 'start-script' stderr output:
[#] ip link add wg0 type wireguard

2021-10-25 22:10:01,948 DEBG 'start-script' stderr output:
[#] wg setconf wg0 /dev/fd/63

2021-10-25 22:10:01,952 DEBG 'start-script' stderr output:
[#] ip -4 address add 10.2.205.106 dev wg0

2021-10-25 22:10:01,970 DEBG 'start-script' stderr output:
[#] ip link set mtu 1420 up dev wg0

2021-10-25 22:10:02,004 DEBG 'start-script' stderr output:
[#] wg set wg0 fwmark 51820

2021-10-25 22:10:02,006 DEBG 'start-script' stderr output:
[#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820

2021-10-25 22:10:02,010 DEBG 'start-script' stderr output:
[#] ip -4 rule add not fwmark 51820 table 51820

2021-10-25 22:10:02,014 DEBG 'start-script' stderr output:
[#] ip -4 rule add table main suppress_prefixlength 0

2021-10-25 22:10:02,029 DEBG 'start-script' stderr output:
[#] sysctl -q net.ipv4.conf.all.src_valid_mark=1

2021-10-25 22:10:02,061 DEBG 'start-script' stderr output:
[#] iptables-restore -n

2021-10-25 22:10:02,133 DEBG 'start-script' stderr output:
iptables-restore v1.8.7 (legacy): iptables-restore: unable to initialize table 'raw'

Error occurred at line: 1
Try `iptables-restore -h' or 'iptables-restore --help' for more information.

2021-10-25 22:10:02,147 DEBG 'start-script' stderr output:
[#] ip -4 rule delete table 51820

2021-10-25 22:10:02,166 DEBG 'start-script' stderr output:
[#] ip -4 rule delete table main suppress_prefixlength 0

2021-10-25 22:10:02,190 DEBG 'start-script' stderr output:
[#] ip link delete dev wg0

2021-10-25 22:10:02,300 DEBG 'start-script' stdout output:
[warn] WireGuard interface failed to come 'up', exit code is '1'

 

 

Did you manage to get wireguard to work? Sorry for the typology I'm french.

 

Regards

Edited by julien69
Link to comment

Hello, lately I've been having an issue where some of my torrents from public trackers get stuck at 99.9% done. This then doesn't trigger the stop ratio rule so I end up just endlessly uploading and wasting bandwidth. I try to be a good seeder but not that good lol.

1140317454_ScreenShot2021-10-26at8_17_21AM.png.01abd1db5c0bacfa8686380f77e79551.png

 

The only manual solution I've found is if I right click on the torrent and do "force re-check", rTorrent will throw this error:

2036137070_ScreenShot2021-10-26at8_17_32AM.png.199138afb3a5113c790bcc40fef07b9a.png

 

And then it will crash:

2133741007_ScreenShot2021-10-26at8_17_39AM.png.ec68e4848b55cd59b01fc6cb41ec528e.png

 

But once it's backed up, it's instantly fixed:

1360525971_ScreenShot2021-10-26at8_18_42AM.png.a53f24e1da481e95a00a10671523f7f3.png

 

Does anyone know what's going on here? It seems like it's actually done on rTorrent's end and it's just not reporting to ruTorrent? And therefore not reporting to Sonarr to import.

Edited by s449
Link to comment

How can I disable the unpack plugin?

 

The box is unchecked in the options, but it is unzipping all the files and leaving them in the same directory.  This is pretty nice for some things, but I downloaded a 2.5 TB torrent that has tons of zip files and it's given unraid a heart attack 😮

Link to comment
4 hours ago, YsarKain said:

How can I disable the unpack plugin?

 

The box is unchecked in the options, but it is unzipping all the files and leaving them in the same directory.  This is pretty nice for some things, but I downloaded a 2.5 TB torrent that has tons of zip files and it's given unraid a heart attack 😮

 

AFAIK, Unpack Plugin isn't shipped on automatic mode. Have you tried starting a brand new container (without pointing it to any of your current data / configuration files)?

Link to comment
irssi doesnt seem to automatically start when the container does, it seems i have to launch the console, call irssi then everything is fine. how can i go about getting irssi to auto-run on container start?
Did you set ENABLE_AUTODL_IRSSI to yes?

Sent from my CLT-L09 using Tapatalk

Link to comment

I have an issue where the date seems to drift in my rutorrentvpn display.  My Unraid server is locked in to sync and shows the correct date and time when i use console command "date".  The same correct date and time also is reflected in my motherboard's BIOS.

 

In the container setting itself I do have the PHP_TZ variable set to America/Los_Angeles

 

When I force an update on the container it tends to recorrect itself but just like the old digital clock in my early 2000's SUV, over time, the date/time drifts further and further into the future.  As of today, the date of completion of my last torrent shows as 11/9  (It is 11/4)

 

How can I keep this thing synced up?

Link to comment

@binhex Is there any way to get this docker container to work with non-ascii characters, for things like directories, for example? I have a number of torrents seeding that have East Asian characters in their file names as well as other non-ascii charaters (ü å etc) and currently when I add them to ruTorrent those characters are just skipped in the resulting filenames and/or directories. I previously ran ruTorrent using the Linuxserver docker image and didn't have a problem with these characters, so I assume that the issue isn't with ruTorrent (or rTorrent) but rather has to do with the locale encoding of your arch-base image? Since your base image has LANG set as en_GB.UTF-8 those characters should work, but perhaps some of the locale files are missing? Or it could be some problem with my container settings, but my setup is pretty simple. Any ideas? Thanks!

Edited by xthursdayx
Link to comment
17 hours ago, xthursdayx said:

@binhex Is there any way to get this docker container to work to with non-ascii characters, for things like directories, for example? I have a number of torrents seeding that have East Asian characters in their file names as well as other non-ascii charaters (ü å etc) and currently when I add them to ruTorrent those characters are just skipped in the resulting filenames and/or directories. I previously ran ruTorrent using the Linuxserver docker image and didn't have a problem with these characters, so I assume that the issue isn't with ruTorrent (or rTorrent) but rather has to do with the locale encoding of your arch-base image? Since your base image has LANG set as en_GB.UTF-8 those characters should work, but perhaps some of the locale files are missing? Or it could be some problem with my container settings, but my setup is pretty simple. Any ideas? Thanks!

I know it doesn't fix the issue you're seeing, but I've downloaded a few things in Japanese and Korean without any trouble.

Link to comment
1 hour ago, psycho_asylum said:

I know it doesn't fix the issue you're seeing, but I've downloaded a few things in Japanese and Korean without any trouble.

Hey, thanks for that @psycho_asylum. I've found the same result as you — no problem downloading (or adding to seed) files or directories with non-ascii characters. My main concern is about maintaining proper file and directory names of items that are long-term seeding but which have those non-ascii characters.

Link to comment

Anyone else having issues with the Binhex rtorrentvpn (or any of the Binhex <insert name here>vpn containers) suddenly being unable to resolve PIA? All of a sudden, traffic on my containers dropped to 0, and I've been receiving the following error:

 

2021-11-07 02:41:10,532 DEBG 'start-script' stderr output:
Error: error sending query: Could not send or receive, because of network error

 

This always results in the container giving up and quitting its connection attempts.

 

Is there anyone else that's been running into this kind of issue?

 

EDIT to add: There have been no changes to my Internet service or network configuration. My PIA account is still valid and credentials are accurate.

 

EDIT again to add: So it looks like, for some reason, the PIA DNS servers are not being appended to /etc/resolv.conf when my Binhex containers start. Can't figure out why not, as the containers are running privileged.

Edited by eroc1990
A little more detail I should have included first.
Link to comment
  • binhex locked this topic
Guest
This topic is now closed to further replies.