rtorrent-flood-openvpn icon indicating copy to clipboard operation
rtorrent-flood-openvpn copied to clipboard

Specify DNS servers?

Open Altycoder opened this issue 4 years ago • 0 comments

How can I specify which DNS servers for this container to use? At the moment it's defaulting to my default localhost DNS which is my pihole which is in turn blocking most of the trackers.

I want to be able to specify my VPN provider's DNS servers or even Cloudflare's but the below doesn't work (docker compose, can't seem to format it correctly with code flags even):

torrent: container_name: torrent image: h1f0x/rtorrent-flood-openvpn:latest restart: always privileged: true ports: - 8082:8080 - 8001:80 volumes: - path removed:/config - path removed:/output dns: - 209.222.18.222 - 209.222.18.218

Altycoder avatar Apr 15 '20 08:04 Altycoder