IP to IP redirection on Windows [duplicate]
Solution 1:
I used 3proxy.
My config.txt
auth iponly
allow * * 83.221.199.178 80
parent 1000 tcp 192.168.1.5 8080
# redirect requests for 83.221.199.178:80 to 192.168.1.5:8080
allow *
proxy
# transparent for other requests
# default proxy port is 3128
# you can change it adding
#proxy -p8000
I installed 3proxy as a service with 3proxy.exe --install config.txt
.