richardg867 / WaybackProxy

HTTP proxy for tunneling requests through the Internet Archive Wayback Machine
GNU General Public License v3.0
646 stars 55 forks source link

Multiple problems #13

Open DrTHC opened 1 year ago

DrTHC commented 1 year ago

The Proxy worked for about 20 seconds and then after that failed to work with "ERR_TUNNEL_CONNECTION_FAILED"

The Config.py doesn't actually do anything. You change values rebuild and then docker it and it will still try to run on the default port.

DrTHC commented 1 year ago

Yeah this actually doesn't work at all.

cttynul commented 1 year ago

Hi, I noticed your same problem with config.py so moved configuration paramenters into a json and handled them differently using sed in startup script that should've fixed this. You can check it out my fork waiting for Richard approving my pull request. Cheers.