Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wg0 DNS comment #212

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/qbittorrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# If you want to use VPN follow the instructions below.
# To enable VPN set "VPN_ENABLED=true" in the .env, and uncomment the 'devices' section below. If you don't want VPN enabled set "VPN_ENABLED=false"
# Start the container, and in your /appdata/qbittorrent a wireguard folder will be created where you need to place your wg0.conf file you got from your VPN provider and rename it to wg0-fix.conf
# Remove the `DNS = 1.1.1.1` line from the wg0.conf
# Remove any preexisting preup or postup from your wg0.conf file
# Remove the line starting with `DNS = ` from wg0-fix.conf
# Remove any preexisting preup or postup from your wg0-fix.conf file
# Restart qbittorrent after you made the changes to wg0 config file.
#
# If you are getting a "Failed to open '/dev/net/tun'" error, run the commands below.
Expand Down