У нас вы можете посмотреть бесплатно Set Up qBittorrent With GlueTUN On A Synology NAS For Secure And Private Torrenting или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video we'll go through setting up qBittorrent with GlueTUN on a Synology NAS using Container Manager for secure and private torrenting. ⭐️ Amazon links to the hardware used in the video.⭐️ Synology DS723+ - https://geni.us/CKA45BV Purchasing through my affiliate link above will help support this channel at no additional cost to you. As an Amazon Associate I earn from qualifying purchases. ⭐️ PrivadoVPN Affiliate Link⭐️ https://privadovpn.com/getprivadovpn/... ⭐️ BUY ME A COFFEE⭐️ https://www.buymeacoffee.com/digitala... ⭐️ SUPPORT THIS CHANNEL⭐️ https://digitalaloha.com/support-my-w... ⭐️ HIRE ME FOR A PROJECT⭐️ https://digitalaloha.com/hire-me/ The video topics include: • Prerequisites - Install Container Manager and Text Editor, setup folders, enable SSH, setup a dedicated user, and choose VPN service provider (PrivadoVPN) • Setup qBittorrent and GlueTUN project in Container Manager • Confirm qBittorrent is using GlueTUN VPN connection • Configure and start using qBittorrent docker-compose.yml --- services: gluetun: image: qmcgaw/gluetun:latest container_name: gluetun cap_add: NET_ADMIN environment: VPN_SERVICE_PROVIDER=${VPN_SERVICE_PROVIDER} VPN_TYPE=${VPN_TYPE} OPENVPN_USER=${OPENVPN_USER} OPENVPN_PASSWORD=${OPENVPN_PASSWORD} SERVER_REGIONS=${SERVER_REGIONS} volumes: /volume1/docker/qbittorrent-gluetun/gluetun:/gluetun ports: ${WEBUI_PORT}:${WEBUI_PORT} restart: unless-stopped qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent network_mode: service:gluetun environment: PUID=${PUID} PGID=${PGID} TZ=${TZ} WEBUI_PORT=${WEBUI_PORT} volumes: /volume1/docker/qbittorrent-gluetun/qbittorrent:/config /volume1/downloads/torrents:/downloads depends_on: gluetun: condition: service_healthy restart: unless-stopped --- .env --- VPN_SERVICE_PROVIDER=privado VPN_TYPE=openvpn OPENVPN_USER= OPENVPN_PASSWORD= SERVER_REGIONS= PUID= PGID= TZ= WEBUI_PORT=8090 --- Commands Used In This Video • id USER_YOU_CREATED • sudo docker run --rm -v /volume1/docker/qbittorrent-gluetun/gluetun:/gluetun qmcgaw/gluetun format-servers -privado • curl icanhazip.com • sudo docker exec -it qbittorrent curl icanhazip.com In the video I mentioned or referenced the following links: • https://drfrankenstein.co.uk/qbittorr... • https://github.com/qdm12/gluetun • https://github.com/qdm12/gluetun-wiki... • https://github.com/qdm12/gluetun-wiki... Timecodes 0:00 | Introduction 0:38 | Prerequisite - Install Container Manager And Text Editor 1:00 | Prerequisite – Setup Folders 1:50 | Prerequisite – Enable SSH And Setup A Dedicated User 3:00 | Prerequisite – Choose VPN Service Provider – Using PrivadoVPN 3:40 | Setup qBittorrent And GlueTUN Project In Container Manager 6:03 | Confirm qBittorrent Is Connected To GlueTUN Through PrivadoVPN 6:34 | Setup qBittorrent – Change Password And Configure Downloads 8:07 | Start Using qBittorrent 8:32 | Support My Work Or Hire Me Attributions • https://www.flaticon.com/free-icons/c... •https://www.flaticon.com/free-icons/c... #synology #qbittorrent #gluetun