-
Hello!
(I proxy Yandex.Browser) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello! Thanks for the detailed description. The issue you're experiencing is likely due to the timing of service startup during Windows boot. When the ProxiFyre service starts automatically after a reboot, DNS resolution may not yet be fully available. As a result, the service fails to resolve the proxy server's hostname, and the proxy is not added correctly. This leads to the configuration not being fully applied, which explains why the proxying does not work until you restart the service. Recommended fix: Let us know if that helps! |
Beta Was this translation helpful? Give feedback.
Hello!
Thanks for the detailed description.
The issue you're experiencing is likely due to the timing of service startup during Windows boot. When the ProxiFyre service starts automatically after a reboot, DNS resolution may not yet be fully available. As a result, the service fails to resolve the proxy server's hostname, and the proxy is not added correctly. This leads to the configuration not being fully applied, which explains why the proxying does not work until you restart the service.
Recommended fix:
Instead of using a hostname (e.g.,
proxy.example.com
), please try using the IP address of the proxy server directly (e.g.,192.0.2.123:1080
). This way, the service does not depend on D…