Set dns to 8.8.8.8 for qbittorrent

This commit is contained in:
Alexandre
2021-05-01 21:37:06 +02:00
committed by GitHub
parent b9bcd7982f
commit 4f9da48075

View File

@@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bashio
###############
# DNS SETTING #
###############
printf "nameserver 8.8.8.8 1.1.1.1" > /etc/resolv.conf
chmod 644 /etc/resolv.conf