Skip to content

Bug: shadowsocks is set to on in compose, but server doesn't enable #3363

Description

@LordJuice1

Is this urgent?

No

Host OS

Truenas

CPU arch

None

VPN service provider

ProtonVPN

What are you using to run the container

docker-compose

What is the version of Gluetun

commit ff6e45f

What's the problem 🤔

I'm wanting to run the shadowsock server in the Gluetun server, but even with it set to on, it never enables. I'm not sure if this is a bug or config problem. Is there something I'm missing here?

Share your logs (at least 10 lines)

├── VPN settings:
  | |   ├── VPN provider settings:
  | |   |   ├── Name: protonvpn
  | |   |   └── Server selection settings:
  | |   |       ├── VPN type: wireguard
  | |   |       ├── Countries: netherlands
  | |   |       └── Wireguard selection settings:
  | |   ├── Wireguard settings:
  | |   |   ├── Private key: 2HU...k4=
  | |   |   ├── Interface addresses:
  | |   |   |   └── 10.2.0.2/32
  | |   |   ├── Allowed IPs:
  | |   |   |   ├── 0.0.0.0/0
  | |   |   |   └── ::/0
  | |   |   └── Network interface: tun0
  | |   |       └── MTU: use path MTU discovery
  | |   └── Path MTU discovery:
  | |       ├── ICMP addresses:
  | |       |   ├── 1.1.1.1
  | |       |   └── 8.8.8.8
  | |       └── TCP addresses:
  | |           ├── 1.1.1.1:443
  | |           ├── 8.8.8.8:443
  | |           ├── 1.1.1.1:53
  | |           ├── 8.8.8.8:53
  | |           ├── [2606:4700:4700::1111]:53
  | |           ├── [2001:4860:4860::8888]:53
  | |           ├── [2606:4700:4700::1111]:443
  | |           └── [2001:4860:4860::8888]:443
  | ├── DNS settings:
  | |   ├── Upstream resolver type: dot
  | |   ├── Upstream resolvers:
  | |   |   └── Cloudflare
  | |   ├── Caching: yes
  | |   ├── IPv6: no
  | |   ├── Update period: every 24h0m0s
  | |   └── DNS filtering settings:
  | |       ├── Block malicious: yes
  | |       ├── Block ads: no
  | |       └── Block surveillance: no
  | ├── Firewall settings:
  | |   ├── Enabled: yes
  | |   └── Iptables settings:
  | |       └── Log level: info
  | ├── Log settings:
  | |   └── Log level: info
  | ├── IPv6 settings:
  | |   └── Check addresses:
  | |       ├── [2001:4860:4860::8888]:53
  | |       └── [2606:4700:4700::1111]:53
  | ├── Health settings:
  | |   ├── Server listening address: 127.0.0.1:9999
  | |   ├── Target addresses:
  | |   |   ├── cloudflare.com:443
  | |   |   └── github.com:443
  | |   ├── Small health check type: ICMP echo request
  | |   |   └── ICMP target IPs:
  | |   |       ├── 1.1.1.1
  | |   |       └── 8.8.8.8
  | |   └── Restart VPN on healthcheck failure: yes
  | ├── SOCKS5 proxy server settings:
  | |   └── Enabled: no
  | ├── Shadowsocks server settings:
  | |   └── Enabled: no
  | ├── HTTP proxy settings:
  | |   └── Enabled: no
  | ├── Control server settings:
  | |   ├── Listening address: :8000
  | |   ├── Logging: yes
  | |   └── Authentication file path: /gluetun/auth/config.toml
  | ├── Storage settings:
  | |   └── Servers directory path: /gluetun/servers/
  | ├── OS Alpine settings:
  | |   ├── Process UID: 1000
  | |   └── Process GID: 1000
  | ├── Public IP settings:
  | |   ├── IP file path: /tmp/gluetun/ip
  | |   ├── Public IP data base API: ipinfo
  | |   └── Public IP data backup APIs:
  | |       ├── ifconfigco
  | |       ├── ip2location
  | |       └── cloudflare
  | ├── Version settings:
  | |   └── Enabled: yes
  | └── Boring-poll settings:
  |     └── gluetun.com: on

Share your configuration

services:
  gluetun:
    image: qmcgaw/gluetun
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun:/dev/net/tun
    volumes:
      - /mnt/sasy-data/docker/data/gluetun:/gluetun
    environment:
      - VPN_SERVICE_PROVIDER=protonvpn
      - VPN_TYPE=wireguard
      - WIREGUARD_PRIVATE_KEY=
      - SERVER_COUNTRIES=Netherlands
      - SHADOWSOCKS_PASSWORD=
      - SHAWDOWSOCKS=on
      - SHADOWSOCKS_LOG=on
      - BORINGPOLL_GLUETUNCOM=on
    ports:
      - 8388:8388/tcp
      - 8388:8388/udp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions