I wrote a simple .net windows form program using FiddlerCore (version 4.6.20172.35715)
It has only 2 lines in Form.Load
CONFIG.bEnableIPv6 = False
FiddlerApplication.Startup(8888, 520)
I needed a proxy server so I can browse the internet using my home's IP anywhere.
After 3 or 5 days, or even as long as a week, the proxy server stopped responding. If I close the .net program then run it again.
The proxy server works again.
Is there anything I could do to prevent this interruption?
This is by far the best proxy server I could find. Please shed some light on.