hellzerg / optimizer

The finest Windows Optimizer
GNU General Public License v3.0
13.85k stars 925 forks source link

proxy setting #394

Closed DreamUFO closed 11 months ago

DreamUFO commented 11 months ago

Any plan to add proxy setting for the app? cas when the app start at first time, need download some depeends, in some situation network can not visit web directly. so need to setting a network proxy to visit internet to download what app init needs.

hellzerg commented 11 months ago

The only thing that the app checks upon starting is the Cloudflare's DNS server (1.1.1.1). If for some reason, that DNS is blocked in your network, you can override it in the optimizer.json with your own, adjusting the InternalDNSoption. For example: Google (8.8.8.8).

If your problem persists, describe it with more details

hellzerg commented 11 months ago

@DreamUFO Problem solved?

DreamUFO commented 11 months ago

no not the DNS, my pc in the lan network can not usd dns. maybe I can use the tool in the normal network. download all the depeends,then copy all to the lan pc.

hellzerg commented 11 months ago

Go to C:\ProgramData\Optimizer\optimizer.json and make DisableAppsTool TRUE. Relaunch the app and test it. @DreamUFO

DreamUFO commented 11 months ago

Go to C:\ProgramData\Optimizer\optimizer.json and make DisableAppsTool TRUE. Relaunch the app and test it. @DreamUFO

this setting is working,but will stock at QQ截图20231016100054 for a long time, then finally get in Main Window. thanks for your help.