I have the exact same issue!!! Tinyproxy does not seems to work correctly and I never worked with TinyProxy before.
Please Help
Thanks
Dominique
I looked into the difference between the minimal and the full version of the template... Missing the tinyproxy.conf file and missing 2 lines in the iptables:
-A PR-QBS-SERVICES -d 10.137.1.254/32 -i vif+ -p tcp -m tcp --dport 8082 -j REDIRECT
-A INPUT -i vif+ -p tcp -m tcp --dport 8082 -j ACCEPT
Did I missed a step somewhere?
Thanks Dominique
The package qubes-template-minimal-stub prevent the install of tinyproxy.
In order to do that, you have to install with the full package name:
sudo dnf install tinyproxy.x86_64
I don't know if you have to do something else but it worked for me!!!
Dominique!