A few configuration questions. #30
Replies: 2 comments
-
Hello, I've addressed your queries in the updated README.MD. Could you elaborate on your vision for |
Beta Was this translation helpful? Give feedback.
-
Thank you very much! I have studied the updated README.md, now everything is much clearer. Let me explain the fourth point by example, let's say I need to quickly run firefox.exe through a proxy, I enter something like:
The essence of such manipulations is to quickly change proxies for different programs (browsers are given as an example), because proxy setting is built-in in them. Or as a variant start with different names app-config.json, example:
The main idea is to be able to change the proxy server for an individual program without affecting the others. The explanation is a bit rambling, but I hope I got my point across. |
Beta Was this translation helpful? Give feedback.
-
What values can the "logLevel" parameter take in the app-config.json file?
How to write applications to the "appNames" parameter, by the name of the window, by the name of the process, and if by the name of the process, do I need to add the .exe extension?
If there is no authorization on the proxy server, what should I do with the parameters "username" and "password", delete or can I leave it, since there is no authorization?
Does the developer plan to add the ability to run ProxiFyre from a BAT script with parameters, ignoring the app-config.json file?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions