diff --git a/apps/gluetun-qbittorrent/config.json b/apps/gluetun-qbittorrent/config.json index b26cd73..642440d 100644 --- a/apps/gluetun-qbittorrent/config.json +++ b/apps/gluetun-qbittorrent/config.json @@ -43,7 +43,7 @@ "type": "text", "label": "Firewall Outbound Subnets", "hint": "Docker ve LAN aginin WebUI'ye erisebilmesi icin izinli subnetler.", - "default": "172.16.0.0/12,192.168.0.0/16,10.0.0.0/8", + "default": "172.16.0.0/12,192.168.0.0/16", "required": false, "env_variable": "FIREWALL_OUTBOUND_SUBNETS" } diff --git a/apps/gluetun-qbittorrent/docker-compose.yml b/apps/gluetun-qbittorrent/docker-compose.yml index 20944b7..e05c640 100644 --- a/apps/gluetun-qbittorrent/docker-compose.yml +++ b/apps/gluetun-qbittorrent/docker-compose.yml @@ -16,7 +16,7 @@ services: - WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY} - WIREGUARD_ADDRESSES=${WIREGUARD_ADDRESSES} - SERVER_COUNTRIES=${SERVER_COUNTRIES} - - FIREWALL_OUTBOUND_SUBNETS=${FIREWALL_OUTBOUND_SUBNETS:-172.16.0.0/12,192.168.0.0/16,10.0.0.0/8} + - FIREWALL_OUTBOUND_SUBNETS=${FIREWALL_OUTBOUND_SUBNETS:-172.16.0.0/12,192.168.0.0/16} - TZ=${TZ} # ProtonVPN'in NAT-PMP port forwarding'i: Gluetun otomatik port # ister, degistiginde asagidaki komutla qBittorrent'in dinleme diff --git a/apps/gluetun-qbittorrent/metadata/logo.jpg b/apps/gluetun-qbittorrent/metadata/logo.jpg new file mode 100644 index 0000000..e47f14c Binary files /dev/null and b/apps/gluetun-qbittorrent/metadata/logo.jpg differ