Giter Site home page Giter Site logo

problem with gluetun config about seedbox HOT 3 CLOSED

jfroment avatar jfroment commented on May 21, 2024
problem with gluetun config

from seedbox.

Comments (3)

tblaudez avatar tblaudez commented on May 21, 2024

Hey there,

I use Gluetun with NordVPN as a provider, I entered the informations about what continent/country/region I want to connect to within the custom docker-compose.yaml I use for this service.

NordVPN provides an OpenVPN configuration and many options to choose a specific server ; I don't know if Surfshark does the same.
This documentation might help you : https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md

My config looks like this :

services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    restart: always
    cap_add:
      - NET_ADMIN
    environment:
      - PUID=${PUID}
      - PGID=${PGID}
      - TZ=${TZ}
      - VPN_SERVICE_PROVIDER=nordvpn
      - VPN_TYPE=openvpn
      - OPENVPN_USER=${OPENVPN_USER}
      - OPENVPN_PASSWORD=${OPENVPN_PASSWORD}
      - SERVER_REGIONS=Netherlands

volumes:
  configgluetun:
    driver: local-persist
    driver_opts:
      mountpoint: $HOST_CONFIG_PATH/gluetun

from seedbox.

Qbaakr avatar Qbaakr commented on May 21, 2024

Hey
It works - just not the region, because that would be Europe, but country. it shows up in the logs, it immediately gets the IP, but - sites for checking torrent IP (because I check through the file with deluge) work dramatically slowly. but I suspect it's a settings issue.
I'll keep digging and see what I can come up with, maybe it's a matter of setting the given DNS ;) but I'll have some fun over the weekend
I'll let you know what I managed to do ;)
He thanked me ;)

from seedbox.

Qbaakr avatar Qbaakr commented on May 21, 2024

So far the problem is not solved :(
He will say that it worked, limiting servers to the country and not by IP. I don't know what error I'm making in the configuration, but it doesn't accept a specific server

from seedbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.