stridera

Members
  • Posts

    1
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • URL
    https://www.stridera.com
  • Location
    San Francisco
  • Personal Text
    I better not tell you where the lemonade is made.

stridera's Achievements

Noob

Noob (1/14)

0

Reputation

  1. In the FAQ it says if you see the following error you just need to give escalated permissions and turn on the net.ipv4.conf.all.src_valid_mark sysctl. Despite this, I have both turned on. I ran with And I can see they're set when I look at `docker inspect <container>` I'm running with the latest image. I've completely removed and did a completely fresh install. Does anyone know if it just doesn't work with Synology servers or is there something else I'm missing? My launch Params: docker run -d \ --name=delugewireguard \ --sysctl="net.ipv4.conf.all.src_valid_mark=1" \ --privileged=true \ -p 8112:8112 \ -p 8118:8118 \ -p 58846:58846 \ -p 58946:58946 \ -v /volume2/Media/:/data \ -v /volume1/docker/delugewireguard/config/:/config \ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=yes \ -e VPN_USER=p1234567 \ -e VPN_PASS=password \ -e VPN_PROV=pia \ -e VPN_CLIENT=wireguard \ -e STRICT_PORT_FORWARD=yes \ -e ENABLE_PRIVOXY=yes \ -e LAN_NETWORK=192.168.1.0/24 \ -e 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 \ -e DELUGE_DAEMON_LOG_LEVEL=info \ -e DELUGE_WEB_LOG_LEVEL=info \ -e DEBUG=false \ -e UMASK=000 \ -e PUID=1026 \ -e PGID=100 \ -e TZ=America/Las_Angeles \ binhex/arch-delugevpn