Page 1 of 1

Please help on proxy setting

Posted: Mon Sep 15, 2025 5:43 am
by remoh77
Hi,

I'm trying to run FAHClient.exe on a local hppt proxy like 127.0.0.1:1080(it will be forward again), and setting in config.xml as below, the user and passkey are correctly showing after startup, but got info about proxy-enable & proxy, "Unrecognized option 'proxy-enable' & Unrecognized option 'proxy'".

Someone can help me with the config set for proxy? Thanks in advance!

config.xml as below:

<config>
<proxy-enable v='true'/>
<proxy v='127.0.0.1:1080'/>

<user v='****'/>
<team v='0'/>
<passkey v='****'/>

</config>

Re: Please help on proxy setting

Posted: Mon Sep 15, 2025 6:36 am
by calxalot
v8 uses system proxy settings, not config.xml.
Be sure to have "http://" prefix if using fah 8.4.9 or earlier.

Re: Please help on proxy setting

Posted: Tue Sep 16, 2025 3:28 am
by remoh77
Thanks for the reply Calxalot!
So is that means no way for the proxy other than the system setting?

Re: Please help on proxy setting

Posted: Tue Sep 16, 2025 4:01 am
by calxalot
I believe that is correct.

There is nothing in help about a proxy option, so nothing for config.xml.
I know that the client asks system for proxy info.