Description
Hello!
The country that I live in recently blocked several manga websites (not sure why) which means I cannot download from several sites. Also cloudflare block might be a problem when using proxy as well.
To resolve this, I created a second instance of tranga container which routes its connection from another docker container that has vpn on. It did hit cloudflare check on manganato (maybe it is related to #371 ) but I was able to download from other sources which I was blocked before.
So currently I run two instances of tranga-api, one without vpn(not all sources are blocked so it is still usable) and one with vpn. I still use one instance of tranga-website and I just change the api port number to access tranga-api instances.
I also added a new connector (same type as #319 ) and I did not want to download it with my ip address but wanted to download it through vpn so it was a win-win for me at the end.
What do you think about proxies? Is it feasible or my solution is better overall?