Config B - Not so good
connect = 192.168.1.1:80 <- inside interface of stunnel box
iptables -t mangle -N DIVERT
iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT
iptables -t mangle -A DIVERT -j MARK --set-mark 1
iptables -t mangle -A DIVERT -j ACCEPT
ip rule add fwmark 1 lookup 100
ip route add local 0.0.0.0/0 dev lo table 100
/etc/sysctl.conf
no route filtering and forwarding is on
am i trying something impossible? or am i missing something?