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.
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.
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
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