MLTB Official Channel
3.66K subscribers
138 photos
94 links
Github Repository: https://github.com/anasty17/mirror-leech-telegram-bot

Official Group: https://t.me/mltb_official_support

Official Channel: Updates and New Features Guide for the MLTB Repository
Download Telegram
Now we are using host network in docker to get the benefits of ipv6 in jdownloader and others.
On oracle and maybe some other providers have a default iptables settings. So u must reset it to work with ur opened ports.

# Flush All Rules (Reset iptables)
sudo iptables -F
sudo iptables -X
sudo iptables -t nat -F
sudo iptables -t nat -X
sudo iptables -t mangle -F
sudo iptables -t mangle -X

sudo ip6tables -F
sudo ip6tables -X
sudo ip6tables -t nat -F
sudo ip6tables -t nat -X
sudo ip6tables -t mangle -F
sudo ip6tables -t mangle -X

# Set Default Policies
sudo iptables -P INPUT ACCEPT
sudo iptables -P FORWARD ACCEPT
sudo iptables -P OUTPUT ACCEPT

sudo ip6tables -P INPUT ACCEPT
sudo ip6tables -P FORWARD ACCEPT
sudo ip6tables -P OUTPUT ACCEPT

# save
sudo iptables-save | sudo tee /etc/iptables/rules.v4
sudo ip6tables-save | sudo tee /etc/iptables/rules.v6
issue in qbittorrent requests(aioqbt lib). All post requests, i will fix it internally from mltb, dev has another opinion. He don't want to add auto-retry.
May this holy month bring you closer to Allah and fill your life with peace and happiness.
https://github.com/anasty17/mirror-leech-telegram-bot/commits/master/

ffmpeg variables added https://t.me/mltb_official_support/79443

send in group some useful cmds

Deploy again, delete old images: stop the container and do sudo docker system prune -a then build again